Html Css Color HEX #A28ACD Cold Purple

📋 copy color: '#A28ACD'

red 162 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #A28ACD

Tints of Cold Purple #A28ACD

RGB

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

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

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

R = 32.08%
G = 27.33%
B = 40.59%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A28ACD (or 0xA28ACD) is known color: Cold Purple. HEX triplet: A2, 8A and CD. RGB value is (162,138,205). Sum of RGB (Red+Green+Blue) = 162+138+205=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACD is #5D7532. Grayscale: #989898. Windows color (decimal): -6124851 or 13470370. OLE color: 13470370.

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

Color convert

RGB 162 138 205 -
CMYK 0.21 0.33 0 0.20
HSL 261.49º 0.4% 0.67% -
HSV(B) 261.49º 0.33% 0.8% -
XYZ 35.01 30.27 61.75 -
YUV 152.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 162 138 205 0.21 0.33 0 0.20 261.49 0.4 0.67
Hex A2 8A CD 15 21 0 14 105 28 43
Octal 242 212 315 25 41 0 24 405 50 103
Binary 10100010 10001010 11001101 10101 100001 0 10100 100000101 101000 1000011

Color Harmonies of #A28ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ACD

Black with #A28ACD

Text Example


Text Example

White with #A28ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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