Html Css Color HEX #A28BCD Cold Purple

📋 copy color: '#A28BCD'

red 162 ◦ green 139 ◦ blue 205

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

Shades of Cold Purple #A28BCD

Tints of Cold Purple #A28BCD

RGB

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

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

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

R = 32.02%
G = 27.47%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A28BCD (or 0xA28BCD) is known color: Cold Purple. HEX triplet: A2, 8B and CD. RGB value is (162,139,205). Sum of RGB (Red+Green+Blue) = 162+139+205=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BCD is #5D7432. Grayscale: #999999. Windows color (decimal): -6124595 or 13470626. OLE color: 13470626.

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

Color convert

RGB 162 139 205 -
CMYK 0.21 0.32 0 0.20
HSL 260.91º 0.4% 0.67% -
HSV(B) 260.91º 0.32% 0.8% -
XYZ 35.15 30.55 61.8 -
YUV 153.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 162 139 205 0.21 0.32 0 0.20 260.91 0.4 0.67
Hex A2 8B CD 15 20 0 14 105 28 43
Octal 242 213 315 25 40 0 24 405 50 103
Binary 10100010 10001011 11001101 10101 100000 0 10100 100000101 101000 1000011

Color Harmonies of #A28BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BCD

Black with #A28BCD

Text Example


Text Example

White with #A28BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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