Html Css Color HEX #A78ADC Biloba Flower

📋 copy color: '#A78ADC'

red 167 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A78ADC

Tints of Biloba Flower #A78ADC

RGB

 RED value IS 167 (65.63% from 255) = 31.81%

 GREEN value IS 138 (54.3% from 255) = 26.29%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 31.81%
G = 26.29%
B = 41.9%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78ADC (or 0xA78ADC) is known color: Biloba Flower. HEX triplet: A7, 8A and DC. RGB value is (167,138,220). Sum of RGB (Red+Green+Blue) = 167+138+220=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A78ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADC is #587523. Grayscale: #9B9B9B. Windows color (decimal): -5797156 or 14453415. OLE color: 14453415.

HSL color Cylindrical-coordinate representation of color #A78ADC: hue angle of 261.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78ADC is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 138 220 -
CMYK 0.24 0.37 0 0.14
HSL 261.22º 0.54% 0.7% -
HSV(B) 261.22º 0.37% 0.86% -
XYZ 37.94 31.56 71.8 -
YUV 156.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 167 138 220 0.24 0.37 0 0.14 261.22 0.54 0.7
Hex A7 8A DC 18 25 0 E 105 36 46
Octal 247 212 334 30 45 0 16 405 66 106
Binary 10100111 10001010 11011100 11000 100101 0 1110 100000101 110110 1000110

Color Harmonies of #A78ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ADC

Black with #A78ADC

Text Example


Text Example

White with #A78ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ADC; }

 p { color: rgb(167,138,220); }

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

background-color css

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

 a { background-color: rgb(167,138,220); }

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

border-color css

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

 span { border-color: rgb(167,138,220); }

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