Html Css Color HEX #A78FDD Biloba Flower

📋 copy color: '#A78FDD'

red 167 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A78FDD

Tints of Biloba Flower #A78FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 31.45%
G = 26.93%
B = 41.62%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A78FDD (or 0xA78FDD) is known color: Biloba Flower. HEX triplet: A7, 8F and DD. RGB value is (167,143,221). Sum of RGB (Red+Green+Blue) = 167+143+221=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FDD is #587022. Grayscale: #9E9E9E. Windows color (decimal): -5795875 or 14520231. OLE color: 14520231.

HSL color Cylindrical-coordinate representation of color #A78FDD: hue angle of 258.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78FDD is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 143 221 -
CMYK 0.24 0.35 0 0.13
HSL 258.46º 0.53% 0.71% -
HSV(B) 258.46º 0.35% 0.87% -
XYZ 38.81 33.08 72.75 -
YUV 159.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 167 143 221 0.24 0.35 0 0.13 258.46 0.53 0.71
Hex A7 8F DD 18 23 0 D 102 35 47
Octal 247 217 335 30 43 0 15 402 65 107
Binary 10100111 10001111 11011101 11000 100011 0 1101 100000010 110101 1000111

Color Harmonies of #A78FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FDD

Black with #A78FDD

Text Example


Text Example

White with #A78FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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