Html Css Color HEX #A28FCC Cold Purple

📋 copy color: '#A28FCC'

red 162 ◦ green 143 ◦ blue 204

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

Shades of Cold Purple #A28FCC

Tints of Cold Purple #A28FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

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

R = 31.83%
G = 28.09%
B = 40.08%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A28FCC (or 0xA28FCC) is known color: Cold Purple. HEX triplet: A2, 8F and CC. RGB value is (162,143,204). Sum of RGB (Red+Green+Blue) = 162+143+204=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FCC is #5D7033. Grayscale: #9B9B9B. Windows color (decimal): -6123572 or 13406114. OLE color: 13406114.

HSL color Cylindrical-coordinate representation of color #A28FCC: hue angle of 258.69º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28FCC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 143 204 -
CMYK 0.21 0.30 0 0.2
HSL 258.69º 0.37% 0.68% -
HSV(B) 258.69º 0.3% 0.8% -
XYZ 35.62 31.69 61.37 -
YUV 155.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 162 143 204 0.21 0.30 0 0.2 258.69 0.37 0.68
Hex A2 8F CC 15 1E 0 14 103 25 44
Octal 242 217 314 25 36 0 24 403 45 104
Binary 10100010 10001111 11001100 10101 11110 0 10100 100000011 100101 1000100

Color Harmonies of #A28FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FCC

Black with #A28FCC

Text Example


Text Example

White with #A28FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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