Html Css Color HEX #A285CD Cold Purple

📋 copy color: '#A285CD'

red 162 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A285CD

Tints of Cold Purple #A285CD

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 32.4%
G = 26.6%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A285CD (or 0xA285CD) is known color: Cold Purple. HEX triplet: A2, 85 and CD. RGB value is (162,133,205). Sum of RGB (Red+Green+Blue) = 162+133+205=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A285CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CD is #5D7A32. Grayscale: #959595. Windows color (decimal): -6126131 or 13469090. OLE color: 13469090.

HSL color Cylindrical-coordinate representation of color #A285CD: hue angle of 264.17º degrees, saturation: 0.42, 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 #A285CD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 133 205 -
CMYK 0.21 0.35 0 0.20
HSL 264.17º 0.42% 0.66% -
HSV(B) 264.17º 0.35% 0.8% -
XYZ 34.31 28.86 61.52 -
YUV 149.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 162 133 205 0.21 0.35 0 0.20 264.17 0.42 0.66
Hex A2 85 CD 15 23 0 14 108 2A 42
Octal 242 205 315 25 43 0 24 410 52 102
Binary 10100010 10000101 11001101 10101 100011 0 10100 100001000 101010 1000010

Color Harmonies of #A285CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285CD

Black with #A285CD

Text Example


Text Example

White with #A285CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285CD; }

 p { color: rgb(162,133,205); }

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

background-color css

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

 a { background-color: rgb(162,133,205); }

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

border-color css

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

 span { border-color: rgb(162,133,205); }

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