Html Css Color HEX #A684CB Cold Purple

📋 copy color: '#A684CB'

red 166 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #A684CB

Tints of Cold Purple #A684CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 33.13%
G = 26.35%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A684CB (or 0xA684CB) is known color: Cold Purple. HEX triplet: A6, 84 and CB. RGB value is (166,132,203). Sum of RGB (Red+Green+Blue) = 166+132+203=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A684CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684CB is #597B34. Grayscale: #969696. Windows color (decimal): -5864245 or 13337766. OLE color: 13337766.

HSL color Cylindrical-coordinate representation of color #A684CB: hue angle of 268.73º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A684CB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 132 203 -
CMYK 0.18 0.35 0 0.20
HSL 268.73º 0.41% 0.66% -
HSV(B) 268.73º 0.35% 0.8% -
XYZ 34.76 28.92 60.25 -
YUV 150.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 166 132 203 0.18 0.35 0 0.20 268.73 0.41 0.66
Hex A6 84 CB 12 23 0 14 10D 29 42
Octal 246 204 313 22 43 0 24 415 51 102
Binary 10100110 10000100 11001011 10010 100011 0 10100 100001101 101001 1000010

Color Harmonies of #A684CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684CB

Black with #A684CB

Text Example


Text Example

White with #A684CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684CB; }

 p { color: rgb(166,132,203); }

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

background-color css

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

 a { background-color: rgb(166,132,203); }

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

border-color css

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

 span { border-color: rgb(166,132,203); }

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