Html Css Color HEX #A481CB Cold Purple

📋 copy color: '#A481CB'

red 164 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #A481CB

Tints of Cold Purple #A481CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 33.06%
G = 26.01%
B = 40.93%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A481CB (or 0xA481CB) is known color: Cold Purple. HEX triplet: A4, 81 and CB. RGB value is (164,129,203). Sum of RGB (Red+Green+Blue) = 164+129+203=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A481CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CB is #5B7E34. Grayscale: #939393. Windows color (decimal): -5996085 or 13336996. OLE color: 13336996.

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

Color convert

RGB 164 129 203 -
CMYK 0.19 0.36 0 0.20
HSL 268.38º 0.42% 0.65% -
HSV(B) 268.38º 0.36% 0.8% -
XYZ 33.94 27.9 60.1 -
YUV 147.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 164 129 203 0.19 0.36 0 0.20 268.38 0.42 0.65
Hex A4 81 CB 13 24 0 14 10C 2A 41
Octal 244 201 313 23 44 0 24 414 52 101
Binary 10100100 10000001 11001011 10011 100100 0 10100 100001100 101010 1000001

Color Harmonies of #A481CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481CB

Black with #A481CB

Text Example


Text Example

White with #A481CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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