Html Css Color HEX #A28CC4 Cold Purple

📋 copy color: '#A28CC4'

red 162 ◦ green 140 ◦ blue 196

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

Shades of Cold Purple #A28CC4

Tints of Cold Purple #A28CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 32.53%
G = 28.11%
B = 39.36%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A28CC4 (or 0xA28CC4) is known color: Cold Purple. HEX triplet: A2, 8C and C4. RGB value is (162,140,196). Sum of RGB (Red+Green+Blue) = 162+140+196=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 196 - color contains mainly: blue. Hex color #A28CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CC4 is #5D733B. Grayscale: #989898. Windows color (decimal): -6124348 or 12881058. OLE color: 12881058.

HSL color Cylindrical-coordinate representation of color #A28CC4: hue angle of 263.57º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28CC4 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 140 196 -
CMYK 0.17 0.29 0 0.23
HSL 263.57º 0.32% 0.66% -
HSV(B) 263.57º 0.29% 0.77% -
XYZ 34.24 30.42 56.29 -
YUV 152.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 162 140 196 0.17 0.29 0 0.23 263.57 0.32 0.66
Hex A2 8C C4 11 1D 0 17 108 20 42
Octal 242 214 304 21 35 0 27 410 40 102
Binary 10100010 10001100 11000100 10001 11101 0 10111 100001000 100000 1000010

Color Harmonies of #A28CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CC4

Black with #A28CC4

Text Example


Text Example

White with #A28CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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