Html Css Color HEX #A285C3 Cold Purple

📋 copy color: '#A285C3'

red 162 ◦ green 133 ◦ blue 195

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

Shades of Cold Purple #A285C3

Tints of Cold Purple #A285C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 33.06%
G = 27.14%
B = 39.8%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A285C3 (or 0xA285C3) is known color: Cold Purple. HEX triplet: A2, 85 and C3. RGB value is (162,133,195). Sum of RGB (Red+Green+Blue) = 162+133+195=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #A285C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285C3 is #5D7A3C. Grayscale: #949494. Windows color (decimal): -6126141 or 12813730. OLE color: 12813730.

HSL color Cylindrical-coordinate representation of color #A285C3: hue angle of 268.06º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A285C3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 133 195 -
CMYK 0.17 0.32 0 0.24
HSL 268.06º 0.34% 0.64% -
HSV(B) 268.06º 0.32% 0.76% -
XYZ 33.14 28.4 55.36 -
YUV 148.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 162 133 195 0.17 0.32 0 0.24 268.06 0.34 0.64
Hex A2 85 C3 11 20 0 18 10C 22 40
Octal 242 205 303 21 40 0 30 414 42 100
Binary 10100010 10000101 11000011 10001 100000 0 11000 100001100 100010 1000000

Color Harmonies of #A285C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285C3

Black with #A285C3

Text Example


Text Example

White with #A285C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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