Html Css Color HEX #A28CCF Cold Purple

📋 copy color: '#A28CCF'

red 162 ◦ green 140 ◦ blue 207

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

Shades of Cold Purple #A28CCF

Tints of Cold Purple #A28CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

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

R = 31.83%
G = 27.5%
B = 40.67%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28CCF (or 0xA28CCF) is known color: Cold Purple. HEX triplet: A2, 8C and CF. RGB value is (162,140,207). Sum of RGB (Red+Green+Blue) = 162+140+207=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCF is #5D7330. Grayscale: #999999. Windows color (decimal): -6124337 or 13601954. OLE color: 13601954.

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

Color convert

RGB 162 140 207 -
CMYK 0.22 0.32 0 0.19
HSL 259.7º 0.41% 0.68% -
HSV(B) 259.7º 0.32% 0.81% -
XYZ 35.54 30.94 63.13 -
YUV 154.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 162 140 207 0.22 0.32 0 0.19 259.7 0.41 0.68
Hex A2 8C CF 16 20 0 13 104 29 44
Octal 242 214 317 26 40 0 23 404 51 104
Binary 10100010 10001100 11001111 10110 100000 0 10011 100000100 101001 1000100

Color Harmonies of #A28CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CCF

Black with #A28CCF

Text Example


Text Example

White with #A28CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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