Html Css Color HEX #A28BC8 Cold Purple

📋 copy color: '#A28BC8'

red 162 ◦ green 139 ◦ blue 200

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

Shades of Cold Purple #A28BC8

Tints of Cold Purple #A28BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 32.34%
G = 27.74%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A28BC8 (or 0xA28BC8) is known color: Cold Purple. HEX triplet: A2, 8B and C8. RGB value is (162,139,200). Sum of RGB (Red+Green+Blue) = 162+139+200=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #A28BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BC8 is #5D7437. Grayscale: #989898. Windows color (decimal): -6124600 or 13142946. OLE color: 13142946.

HSL color Cylindrical-coordinate representation of color #A28BC8: hue angle of 262.62º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28BC8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 139 200 -
CMYK 0.19 0.30 0 0.22
HSL 262.62º 0.36% 0.66% -
HSV(B) 262.62º 0.31% 0.78% -
XYZ 34.56 30.32 58.67 -
YUV 152.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 162 139 200 0.19 0.30 0 0.22 262.62 0.36 0.66
Hex A2 8B C8 13 1E 0 16 107 24 42
Octal 242 213 310 23 36 0 26 407 44 102
Binary 10100010 10001011 11001000 10011 11110 0 10110 100000111 100100 1000010

Color Harmonies of #A28BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BC8

Black with #A28BC8

Text Example


Text Example

White with #A28BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BC8; }

 p { color: rgb(162,139,200); }

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

background-color css

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

 a { background-color: rgb(162,139,200); }

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

border-color css

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

 span { border-color: rgb(162,139,200); }

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