Html Css Color HEX #A78BEF Biloba Flower

📋 copy color: '#A78BEF'

red 167 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #A78BEF

Tints of Biloba Flower #A78BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 30.64%
G = 25.5%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A78BEF (or 0xA78BEF) is known color: Biloba Flower. HEX triplet: A7, 8B and EF. RGB value is (167,139,239). Sum of RGB (Red+Green+Blue) = 167+139+239=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #A78BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BEF is #587410. Grayscale: #9E9E9E. Windows color (decimal): -5796881 or 15698855. OLE color: 15698855.

HSL color Cylindrical-coordinate representation of color #A78BEF: hue angle of 256.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78BEF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 139 239 -
CMYK 0.30 0.42 0 0.06
HSL 256.8º 0.76% 0.74% -
HSV(B) 256.8º 0.42% 0.94% -
XYZ 40.75 32.91 85.87 -
YUV 158.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 167 139 239 0.30 0.42 0 0.06 256.8 0.76 0.74
Hex A7 8B EF 1E 2A 0 6 101 4C 4A
Octal 247 213 357 36 52 0 6 401 114 112
Binary 10100111 10001011 11101111 11110 101010 0 110 100000001 1001100 1001010

Color Harmonies of #A78BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BEF

Black with #A78BEF

Text Example


Text Example

White with #A78BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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