Html Css Color HEX #A78BD4 Biloba Flower

📋 copy color: '#A78BD4'

red 167 ◦ green 139 ◦ blue 212

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

Shades of Biloba Flower #A78BD4

Tints of Biloba Flower #A78BD4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.83%

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 32.24%
G = 26.83%
B = 40.93%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A78BD4 (or 0xA78BD4) is known color: Biloba Flower. HEX triplet: A7, 8B and D4. RGB value is (167,139,212). Sum of RGB (Red+Green+Blue) = 167+139+212=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #A78BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD4 is #58742B. Grayscale: #9B9B9B. Windows color (decimal): -5796908 or 13929383. OLE color: 13929383.

HSL color Cylindrical-coordinate representation of color #A78BD4: hue angle of 263.01º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78BD4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 139 212 -
CMYK 0.21 0.34 0 0.17
HSL 263.01º 0.46% 0.69% -
HSV(B) 263.01º 0.34% 0.83% -
XYZ 37.05 31.43 66.4 -
YUV 155.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 167 139 212 0.21 0.34 0 0.17 263.01 0.46 0.69
Hex A7 8B D4 15 22 0 11 107 2E 45
Octal 247 213 324 25 42 0 21 407 56 105
Binary 10100111 10001011 11010100 10101 100010 0 10001 100000111 101110 1000101

Color Harmonies of #A78BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BD4

Black with #A78BD4

Text Example


Text Example

White with #A78BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BD4; }

 p { color: rgb(167,139,212); }

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

background-color css

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

 a { background-color: rgb(167,139,212); }

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

border-color css

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

 span { border-color: rgb(167,139,212); }

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