Html Css Color HEX #A28BCF Cold Purple

📋 copy color: '#A28BCF'

red 162 ◦ green 139 ◦ blue 207

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

Shades of Cold Purple #A28BCF

Tints of Cold Purple #A28BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 31.89%
G = 27.36%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28BCF (or 0xA28BCF) is known color: Cold Purple. HEX triplet: A2, 8B and CF. RGB value is (162,139,207). Sum of RGB (Red+Green+Blue) = 162+139+207=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BCF is #5D7430. Grayscale: #999999. Windows color (decimal): -6124593 or 13601698. OLE color: 13601698.

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

Color convert

RGB 162 139 207 -
CMYK 0.22 0.33 0 0.19
HSL 260.29º 0.41% 0.68% -
HSV(B) 260.29º 0.33% 0.81% -
XYZ 35.4 30.65 63.08 -
YUV 153.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 162 139 207 0.22 0.33 0 0.19 260.29 0.41 0.68
Hex A2 8B CF 16 21 0 13 104 29 44
Octal 242 213 317 26 41 0 23 404 51 104
Binary 10100010 10001011 11001111 10110 100001 0 10011 100000100 101001 1000100

Color Harmonies of #A28BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BCF

Black with #A28BCF

Text Example


Text Example

White with #A28BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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