Html Css Color HEX #A28BCA Cold Purple

📋 copy color: '#A28BCA'

red 162 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #A28BCA

Tints of Cold Purple #A28BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 32.21%
G = 27.63%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A28BCA (or 0xA28BCA) is known color: Cold Purple. HEX triplet: A2, 8B and CA. RGB value is (162,139,202). Sum of RGB (Red+Green+Blue) = 162+139+202=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BCA is #5D7435. Grayscale: #989898. Windows color (decimal): -6124598 or 13274018. OLE color: 13274018.

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

Color convert

RGB 162 139 202 -
CMYK 0.20 0.31 0 0.21
HSL 261.9º 0.37% 0.67% -
HSV(B) 261.9º 0.31% 0.79% -
XYZ 34.79 30.41 59.91 -
YUV 153.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 162 139 202 0.20 0.31 0 0.21 261.9 0.37 0.67
Hex A2 8B CA 14 1F 0 15 106 25 43
Octal 242 213 312 24 37 0 25 406 45 103
Binary 10100010 10001011 11001010 10100 11111 0 10101 100000110 100101 1000011

Color Harmonies of #A28BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BCA

Black with #A28BCA

Text Example


Text Example

White with #A28BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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