Html Css Color HEX #A78ADA Biloba Flower

📋 copy color: '#A78ADA'

red 167 ◦ green 138 ◦ blue 218

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

Shades of Biloba Flower #A78ADA

Tints of Biloba Flower #A78ADA

RGB

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

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

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

R = 31.93%
G = 26.39%
B = 41.68%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A78ADA (or 0xA78ADA) is known color: Biloba Flower. HEX triplet: A7, 8A and DA. RGB value is (167,138,218). Sum of RGB (Red+Green+Blue) = 167+138+218=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADA is #587525. Grayscale: #9B9B9B. Windows color (decimal): -5797158 or 14322343. OLE color: 14322343.

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

Color convert

RGB 167 138 218 -
CMYK 0.23 0.37 0 0.15
HSL 261.75º 0.52% 0.7% -
HSV(B) 261.75º 0.37% 0.85% -
XYZ 37.68 31.45 70.42 -
YUV 155.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 167 138 218 0.23 0.37 0 0.15 261.75 0.52 0.7
Hex A7 8A DA 17 25 0 F 106 34 46
Octal 247 212 332 27 45 0 17 406 64 106
Binary 10100111 10001010 11011010 10111 100101 0 1111 100000110 110100 1000110

Color Harmonies of #A78ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ADA

Black with #A78ADA

Text Example


Text Example

White with #A78ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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