Html Css Color HEX #A78ADD Biloba Flower

📋 copy color: '#A78ADD'

red 167 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A78ADD

Tints of Biloba Flower #A78ADD

RGB

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

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

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

R = 31.75%
G = 26.24%
B = 42.02%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A78ADD (or 0xA78ADD) is known color: Biloba Flower. HEX triplet: A7, 8A and DD. RGB value is (167,138,221). Sum of RGB (Red+Green+Blue) = 167+138+221=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADD is #587522. Grayscale: #9B9B9B. Windows color (decimal): -5797155 or 14518951. OLE color: 14518951.

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

Color convert

RGB 167 138 221 -
CMYK 0.24 0.38 0 0.13
HSL 260.96º 0.55% 0.7% -
HSV(B) 260.96º 0.38% 0.87% -
XYZ 38.08 31.61 72.5 -
YUV 156.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 167 138 221 0.24 0.38 0 0.13 260.96 0.55 0.7
Hex A7 8A DD 18 26 0 D 105 37 46
Octal 247 212 335 30 46 0 15 405 67 106
Binary 10100111 10001010 11011101 11000 100110 0 1101 100000101 110111 1000110

Color Harmonies of #A78ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ADD

Black with #A78ADD

Text Example


Text Example

White with #A78ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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