Html Css Color HEX #A28BD0 Cold Purple

📋 copy color: '#A28BD0'

red 162 ◦ green 139 ◦ blue 208

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

Shades of Cold Purple #A28BD0

Tints of Cold Purple #A28BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 31.83%
G = 27.31%
B = 40.86%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A28BD0 (or 0xA28BD0) is known color: Cold Purple. HEX triplet: A2, 8B and D0. RGB value is (162,139,208). Sum of RGB (Red+Green+Blue) = 162+139+208=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A28BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BD0 is #5D742F. Grayscale: #999999. Windows color (decimal): -6124592 or 13667234. OLE color: 13667234.

HSL color Cylindrical-coordinate representation of color #A28BD0: hue angle of 260º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28BD0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 139 208 -
CMYK 0.22 0.33 0 0.18
HSL 260º 0.42% 0.68% -
HSV(B) 260º 0.33% 0.82% -
XYZ 35.52 30.7 63.73 -
YUV 153.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 162 139 208 0.22 0.33 0 0.18 260 0.42 0.68
Hex A2 8B D0 16 21 0 12 104 2A 44
Octal 242 213 320 26 41 0 22 404 52 104
Binary 10100010 10001011 11010000 10110 100001 0 10010 100000100 101010 1000100

Color Harmonies of #A28BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BD0

Black with #A28BD0

Text Example


Text Example

White with #A28BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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