Html Css Color HEX #A78BFB Biloba Flower

📋 copy color: '#A78BFB'

red 167 ◦ green 139 ◦ blue 251

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

Shades of Biloba Flower #A78BFB

Tints of Biloba Flower #A78BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 29.98%
G = 24.96%
B = 45.06%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A78BFB (or 0xA78BFB) is known color: Biloba Flower. HEX triplet: A7, 8B and FB. RGB value is (167,139,251). Sum of RGB (Red+Green+Blue) = 167+139+251=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A78BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BFB is #587404. Grayscale: #9F9F9F. Windows color (decimal): -5796869 or 16485287. OLE color: 16485287.

HSL color Cylindrical-coordinate representation of color #A78BFB: hue angle of 255º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78BFB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 139 251 -
CMYK 0.33 0.45 0 0.02
HSL 255º 0.93% 0.76% -
HSV(B) 255º 0.45% 0.98% -
XYZ 42.58 33.65 95.52 -
YUV 160.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 167 139 251 0.33 0.45 0 0.02 255 0.93 0.76
Hex A7 8B FB 21 2D 0 2 FF 5D 4C
Octal 247 213 373 41 55 0 2 377 135 114
Binary 10100111 10001011 11111011 100001 101101 0 10 11111111 1011101 1001100

Color Harmonies of #A78BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BFB

Black with #A78BFB

Text Example


Text Example

White with #A78BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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