Html Css Color HEX #A78AD1 Biloba Flower

📋 copy color: '#A78AD1'

red 167 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #A78AD1

Tints of Biloba Flower #A78AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.66%

R = 32.49%
G = 26.85%
B = 40.66%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A78AD1 (or 0xA78AD1) is known color: Biloba Flower. HEX triplet: A7, 8A and D1. RGB value is (167,138,209). Sum of RGB (Red+Green+Blue) = 167+138+209=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #A78AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AD1 is #58752E. Grayscale: #9A9A9A. Windows color (decimal): -5797167 or 13732519. OLE color: 13732519.

HSL color Cylindrical-coordinate representation of color #A78AD1: hue angle of 264.51º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78AD1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 138 209 -
CMYK 0.20 0.34 0 0.18
HSL 264.51º 0.44% 0.68% -
HSV(B) 264.51º 0.34% 0.82% -
XYZ 36.53 31 64.38 -
YUV 154.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 167 138 209 0.20 0.34 0 0.18 264.51 0.44 0.68
Hex A7 8A D1 14 22 0 12 109 2C 44
Octal 247 212 321 24 42 0 22 411 54 104
Binary 10100111 10001010 11010001 10100 100010 0 10010 100001001 101100 1000100

Color Harmonies of #A78AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AD1

Black with #A78AD1

Text Example


Text Example

White with #A78AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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