Html Css Color HEX #A78FDA Biloba Flower

📋 copy color: '#A78FDA'

red 167 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #A78FDA

Tints of Biloba Flower #A78FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 31.63%
G = 27.08%
B = 41.29%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A78FDA (or 0xA78FDA) is known color: Biloba Flower. HEX triplet: A7, 8F and DA. RGB value is (167,143,218). Sum of RGB (Red+Green+Blue) = 167+143+218=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FDA is #587025. Grayscale: #9E9E9E. Windows color (decimal): -5795878 or 14323623. OLE color: 14323623.

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

Color convert

RGB 167 143 218 -
CMYK 0.23 0.34 0 0.15
HSL 259.2º 0.5% 0.71% -
HSV(B) 259.2º 0.34% 0.85% -
XYZ 38.41 32.92 70.66 -
YUV 158.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 167 143 218 0.23 0.34 0 0.15 259.2 0.5 0.71
Hex A7 8F DA 17 22 0 F 103 32 47
Octal 247 217 332 27 42 0 17 403 62 107
Binary 10100111 10001111 11011010 10111 100010 0 1111 100000011 110010 1000111

Color Harmonies of #A78FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FDA

Black with #A78FDA

Text Example


Text Example

White with #A78FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FDA; }

 p { color: rgb(167,143,218); }

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

background-color css

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

 a { background-color: rgb(167,143,218); }

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

border-color css

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

 span { border-color: rgb(167,143,218); }

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