Html Css Color HEX #A254CC Deep Lilac

📋 copy color: '#A254CC'

red 162 ◦ green 84 ◦ blue 204

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

Shades of Deep Lilac #A254CC

Tints of Deep Lilac #A254CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 36%
G = 18.67%
B = 45.33%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A254CC (or 0xA254CC) is known color: Deep Lilac. HEX triplet: A2, 54 and CC. RGB value is (162,84,204). Sum of RGB (Red+Green+Blue) = 162+84+204=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A254CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254CC is #5DAB33. Grayscale: #787878. Windows color (decimal): -6138676 or 13391010. OLE color: 13391010.

HSL color Cylindrical-coordinate representation of color #A254CC: hue angle of 279º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A254CC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 84 204 -
CMYK 0.21 0.59 0 0.2
HSL 279º 0.54% 0.56% -
HSV(B) 279º 0.59% 0.8% -
XYZ 28.97 18.38 59.15 -
YUV 121 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 162 84 204 0.21 0.59 0 0.2 279 0.54 0.56
Hex A2 54 CC 15 3B 0 14 117 36 38
Octal 242 124 314 25 73 0 24 427 66 70
Binary 10100010 1010100 11001100 10101 111011 0 10100 100010111 110110 111000

Color Harmonies of #A254CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254CC

Black with #A254CC

Text Example


Text Example

White with #A254CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254CC; }

 p { color: rgb(162,84,204); }

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

background-color css

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

 a { background-color: rgb(162,84,204); }

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

border-color css

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

 span { border-color: rgb(162,84,204); }

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