Html Css Color HEX #A28CC7 Cold Purple

📋 copy color: '#A28CC7'

red 162 ◦ green 140 ◦ blue 199

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

Shades of Cold Purple #A28CC7

Tints of Cold Purple #A28CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 32.34%
G = 27.94%
B = 39.72%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A28CC7 (or 0xA28CC7) is known color: Cold Purple. HEX triplet: A2, 8C and C7. RGB value is (162,140,199). Sum of RGB (Red+Green+Blue) = 162+140+199=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #A28CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CC7 is #5D7338. Grayscale: #999999. Windows color (decimal): -6124345 or 13077666. OLE color: 13077666.

HSL color Cylindrical-coordinate representation of color #A28CC7: hue angle of 262.37º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28CC7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 140 199 -
CMYK 0.19 0.30 0 0.22
HSL 262.37º 0.35% 0.66% -
HSV(B) 262.37º 0.3% 0.78% -
XYZ 34.59 30.56 58.11 -
YUV 153.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 162 140 199 0.19 0.30 0 0.22 262.37 0.35 0.66
Hex A2 8C C7 13 1E 0 16 106 23 42
Octal 242 214 307 23 36 0 26 406 43 102
Binary 10100010 10001100 11000111 10011 11110 0 10110 100000110 100011 1000010

Color Harmonies of #A28CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CC7

Black with #A28CC7

Text Example


Text Example

White with #A28CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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