Html Css Color HEX #A862BC Deep Lilac

📋 copy color: '#A862BC'

red 168 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #A862BC

Tints of Deep Lilac #A862BC

RGB

 RED value IS 168 (66.02% from 255) = 37%

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 37%
G = 21.59%
B = 41.41%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A862BC (or 0xA862BC) is known color: Deep Lilac. HEX triplet: A8, 62 and BC. RGB value is (168,98,188). Sum of RGB (Red+Green+Blue) = 168+98+188=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A862BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BC is #579D43. Grayscale: #808080. Windows color (decimal): -5741892 or 12346024. OLE color: 12346024.

HSL color Cylindrical-coordinate representation of color #A862BC: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A862BC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 98 188 -
CMYK 0.11 0.48 0 0.26
HSL 286.67º 0.4% 0.56% -
HSV(B) 286.67º 0.48% 0.74% -
XYZ 29.59 20.69 50.01 -
YUV 129.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 168 98 188 0.11 0.48 0 0.26 286.67 0.4 0.56
Hex A8 62 BC B 30 0 1A 11F 28 38
Octal 250 142 274 13 60 0 32 437 50 70
Binary 10101000 1100010 10111100 1011 110000 0 11010 100011111 101000 111000

Color Harmonies of #A862BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862BC

Black with #A862BC

Text Example


Text Example

White with #A862BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862BC; }

 p { color: rgb(168,98,188); }

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

background-color css

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

 a { background-color: rgb(168,98,188); }

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

border-color css

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

 span { border-color: rgb(168,98,188); }

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