Html Css Color HEX #A68BC9 Cold Purple

📋 copy color: '#A68BC9'

red 166 ◦ green 139 ◦ blue 201

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

Shades of Cold Purple #A68BC9

Tints of Cold Purple #A68BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 32.81%
G = 27.47%
B = 39.72%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A68BC9 (or 0xA68BC9) is known color: Cold Purple. HEX triplet: A6, 8B and C9. RGB value is (166,139,201). Sum of RGB (Red+Green+Blue) = 166+139+201=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #A68BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BC9 is #597436. Grayscale: #999999. Windows color (decimal): -5862455 or 13208486. OLE color: 13208486.

HSL color Cylindrical-coordinate representation of color #A68BC9: hue angle of 266.13º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68BC9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 139 201 -
CMYK 0.17 0.31 0 0.21
HSL 266.13º 0.36% 0.67% -
HSV(B) 266.13º 0.31% 0.79% -
XYZ 35.5 30.79 59.33 -
YUV 154.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 166 139 201 0.17 0.31 0 0.21 266.13 0.36 0.67
Hex A6 8B C9 11 1F 0 15 10A 24 43
Octal 246 213 311 21 37 0 25 412 44 103
Binary 10100110 10001011 11001001 10001 11111 0 10101 100001010 100100 1000011

Color Harmonies of #A68BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BC9

Black with #A68BC9

Text Example


Text Example

White with #A68BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BC9; }

 p { color: rgb(166,139,201); }

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

background-color css

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

 a { background-color: rgb(166,139,201); }

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

border-color css

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

 span { border-color: rgb(166,139,201); }

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