Html Css Color HEX #A78AD6 Biloba Flower

📋 copy color: '#A78AD6'

red 167 ◦ green 138 ◦ blue 214

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

Shades of Biloba Flower #A78AD6

Tints of Biloba Flower #A78AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 32.18%
G = 26.59%
B = 41.23%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A78AD6 (or 0xA78AD6) is known color: Biloba Flower. HEX triplet: A7, 8A and D6. RGB value is (167,138,214). Sum of RGB (Red+Green+Blue) = 167+138+214=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #A78AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AD6 is #587529. Grayscale: #9B9B9B. Windows color (decimal): -5797162 or 14060199. OLE color: 14060199.

HSL color Cylindrical-coordinate representation of color #A78AD6: hue angle of 262.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78AD6 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 138 214 -
CMYK 0.22 0.36 0 0.16
HSL 262.89º 0.48% 0.69% -
HSV(B) 262.89º 0.36% 0.84% -
XYZ 37.16 31.25 67.69 -
YUV 155.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 167 138 214 0.22 0.36 0 0.16 262.89 0.48 0.69
Hex A7 8A D6 16 24 0 10 107 30 45
Octal 247 212 326 26 44 0 20 407 60 105
Binary 10100111 10001010 11010110 10110 100100 0 10000 100000111 110000 1000101

Color Harmonies of #A78AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AD6

Black with #A78AD6

Text Example


Text Example

White with #A78AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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