Html Css Color HEX #A485CA Cold Purple

📋 copy color: '#A485CA'

red 164 ◦ green 133 ◦ blue 202

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

Shades of Cold Purple #A485CA

Tints of Cold Purple #A485CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 32.87%
G = 26.65%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A485CA (or 0xA485CA) is known color: Cold Purple. HEX triplet: A4, 85 and CA. RGB value is (164,133,202). Sum of RGB (Red+Green+Blue) = 164+133+202=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A485CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CA is #5B7A35. Grayscale: #959595. Windows color (decimal): -5995062 or 13272484. OLE color: 13272484.

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

Color convert

RGB 164 133 202 -
CMYK 0.19 0.34 0 0.21
HSL 266.96º 0.39% 0.66% -
HSV(B) 266.96º 0.34% 0.79% -
XYZ 34.36 28.93 59.65 -
YUV 150.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 164 133 202 0.19 0.34 0 0.21 266.96 0.39 0.66
Hex A4 85 CA 13 22 0 15 10B 27 42
Octal 244 205 312 23 42 0 25 413 47 102
Binary 10100100 10000101 11001010 10011 100010 0 10101 100001011 100111 1000010

Color Harmonies of #A485CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485CA

Black with #A485CA

Text Example


Text Example

White with #A485CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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