Html Css Color HEX #A485CB Cold Purple

📋 copy color: '#A485CB'

red 164 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #A485CB

Tints of Cold Purple #A485CB

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

 GREEN value IS 133 (52.34% from 255) = 26.6%

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

R = 32.8%
G = 26.6%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A485CB (or 0xA485CB) is known color: Cold Purple. HEX triplet: A4, 85 and CB. RGB value is (164,133,203). Sum of RGB (Red+Green+Blue) = 164+133+203=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A485CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CB is #5B7A34. Grayscale: #969696. Windows color (decimal): -5995061 or 13338020. OLE color: 13338020.

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

Color convert

RGB 164 133 203 -
CMYK 0.19 0.34 0 0.20
HSL 266.57º 0.4% 0.66% -
HSV(B) 266.57º 0.34% 0.8% -
XYZ 34.48 28.98 60.28 -
YUV 150.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 164 133 203 0.19 0.34 0 0.20 266.57 0.4 0.66
Hex A4 85 CB 13 22 0 14 10B 28 42
Octal 244 205 313 23 42 0 24 413 50 102
Binary 10100100 10000101 11001011 10011 100010 0 10100 100001011 101000 1000010

Color Harmonies of #A485CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485CB

Black with #A485CB

Text Example


Text Example

White with #A485CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485CB; }

 p { color: rgb(164,133,203); }

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

background-color css

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

 a { background-color: rgb(164,133,203); }

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

border-color css

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

 span { border-color: rgb(164,133,203); }

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