Html Css Color HEX #A68EC3 Cold Purple

📋 copy color: '#A68EC3'

red 166 ◦ green 142 ◦ blue 195

#A68EC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A68EC3

Tints of Cold Purple #A68EC3

RGB

 RED value IS 166 (65.23% from 255) = 33%

 GREEN value IS 142 (55.86% from 255) = 28.23%

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 33%
G = 28.23%
B = 38.77%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A68EC3 (or 0xA68EC3) is known color: Cold Purple. HEX triplet: A6, 8E and C3. RGB value is (166,142,195). Sum of RGB (Red+Green+Blue) = 166+142+195=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #A68EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EC3 is #59713C. Grayscale: #9B9B9B. Windows color (decimal): -5861693 or 12816038. OLE color: 12816038.

HSL color Cylindrical-coordinate representation of color #A68EC3: hue angle of 267.17º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68EC3 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 142 195 -
CMYK 0.15 0.27 0 0.24
HSL 267.17º 0.31% 0.66% -
HSV(B) 267.17º 0.27% 0.76% -
XYZ 35.25 31.39 55.83 -
YUV 155.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 166 142 195 0.15 0.27 0 0.24 267.17 0.31 0.66
Hex A6 8E C3 F 1B 0 18 10B 1F 42
Octal 246 216 303 17 33 0 30 413 37 102
Binary 10100110 10001110 11000011 1111 11011 0 11000 100001011 11111 1000010

Color Harmonies of #A68EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EC3

Black with #A68EC3

Text Example


Text Example

White with #A68EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EC3; }

 p { color: rgb(166,142,195); }

 H1.HeaderClassName
 {
   color: #A68EC3;
 }
 .AnyTagClassName
 {
   color: #A68EC3;
 }
</style>

background-color css

<style>
 a { background-color: #A68EC3; }

 a { background-color: rgb(166,142,195); }

 div.DivClassName
 {
   background-color: #A68EC3;
 }
 .BgClassName
 {
   background-color: #A68EC3;
 }
</style>

border-color css

<style>
 span { border-color: #A68EC3; }

 span { border-color: rgb(166,142,195); }

 td.TdClassName
 {
   border-color: #A68EC3;
 }
 .TagClassName
 {
   border-color: #A68EC3;
 }
</style>