Html Css Color HEX #A28ACC Cold Purple

📋 copy color: '#A28ACC'

red 162 ◦ green 138 ◦ blue 204

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

Shades of Cold Purple #A28ACC

Tints of Cold Purple #A28ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 32.14%
G = 27.38%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A28ACC (or 0xA28ACC) is known color: Cold Purple. HEX triplet: A2, 8A and CC. RGB value is (162,138,204). Sum of RGB (Red+Green+Blue) = 162+138+204=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACC is #5D7533. Grayscale: #989898. Windows color (decimal): -6124852 or 13404834. OLE color: 13404834.

HSL color Cylindrical-coordinate representation of color #A28ACC: hue angle of 261.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28ACC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 138 204 -
CMYK 0.21 0.32 0 0.2
HSL 261.82º 0.39% 0.67% -
HSV(B) 261.82º 0.32% 0.8% -
XYZ 34.89 30.22 61.12 -
YUV 152.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 162 138 204 0.21 0.32 0 0.2 261.82 0.39 0.67
Hex A2 8A CC 15 20 0 14 106 27 43
Octal 242 212 314 25 40 0 24 406 47 103
Binary 10100010 10001010 11001100 10101 100000 0 10100 100000110 100111 1000011

Color Harmonies of #A28ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ACC

Black with #A28ACC

Text Example


Text Example

White with #A28ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ACC; }

 p { color: rgb(162,138,204); }

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

background-color css

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

 a { background-color: rgb(162,138,204); }

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

border-color css

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

 span { border-color: rgb(162,138,204); }

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