Html Css Color HEX #A78AD9 Biloba Flower

📋 copy color: '#A78AD9'

red 167 ◦ green 138 ◦ blue 217

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

Shades of Biloba Flower #A78AD9

Tints of Biloba Flower #A78AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 31.99%
G = 26.44%
B = 41.57%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A78AD9 (or 0xA78AD9) is known color: Biloba Flower. HEX triplet: A7, 8A and D9. RGB value is (167,138,217). Sum of RGB (Red+Green+Blue) = 167+138+217=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #A78AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AD9 is #587526. Grayscale: #9B9B9B. Windows color (decimal): -5797159 or 14256807. OLE color: 14256807.

HSL color Cylindrical-coordinate representation of color #A78AD9: hue angle of 262.03º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78AD9 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 138 217 -
CMYK 0.23 0.36 0 0.15
HSL 262.03º 0.51% 0.7% -
HSV(B) 262.03º 0.36% 0.85% -
XYZ 37.55 31.4 69.73 -
YUV 155.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 167 138 217 0.23 0.36 0 0.15 262.03 0.51 0.7
Hex A7 8A D9 17 24 0 F 106 33 46
Octal 247 212 331 27 44 0 17 406 63 106
Binary 10100111 10001010 11011001 10111 100100 0 1111 100000110 110011 1000110

Color Harmonies of #A78AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AD9

Black with #A78AD9

Text Example


Text Example

White with #A78AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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