Html Css Color HEX #A28FCB Cold Purple

📋 copy color: '#A28FCB'

red 162 ◦ green 143 ◦ blue 203

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

Shades of Cold Purple #A28FCB

Tints of Cold Purple #A28FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 31.89%
G = 28.15%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A28FCB (or 0xA28FCB) is known color: Cold Purple. HEX triplet: A2, 8F and CB. RGB value is (162,143,203). Sum of RGB (Red+Green+Blue) = 162+143+203=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A28FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FCB is #5D7034. Grayscale: #9B9B9B. Windows color (decimal): -6123573 or 13340578. OLE color: 13340578.

HSL color Cylindrical-coordinate representation of color #A28FCB: hue angle of 259º 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 #A28FCB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 143 203 -
CMYK 0.20 0.30 0 0.20
HSL 259º 0.37% 0.68% -
HSV(B) 259º 0.3% 0.8% -
XYZ 35.5 31.64 60.74 -
YUV 155.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 162 143 203 0.20 0.30 0 0.20 259 0.37 0.68
Hex A2 8F CB 14 1E 0 14 103 25 44
Octal 242 217 313 24 36 0 24 403 45 104
Binary 10100010 10001111 11001011 10100 11110 0 10100 100000011 100101 1000100

Color Harmonies of #A28FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FCB

Black with #A28FCB

Text Example


Text Example

White with #A28FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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