Html Css Color HEX #A78CFB Biloba Flower

📋 copy color: '#A78CFB'

red 167 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #A78CFB

Tints of Biloba Flower #A78CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

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

R = 29.93%
G = 25.09%
B = 44.98%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A78CFB (or 0xA78CFB) is known color: Biloba Flower. HEX triplet: A7, 8C and FB. RGB value is (167,140,251). Sum of RGB (Red+Green+Blue) = 167+140+251=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #A78CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CFB is #587304. Grayscale: #A0A0A0. Windows color (decimal): -5796613 or 16485543. OLE color: 16485543.

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

Color convert

RGB 167 140 251 -
CMYK 0.33 0.44 0 0.02
HSL 254.59º 0.93% 0.77% -
HSV(B) 254.59º 0.44% 0.98% -
XYZ 42.73 33.94 95.57 -
YUV 160.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 167 140 251 0.33 0.44 0 0.02 254.59 0.93 0.77
Hex A7 8C FB 21 2C 0 2 FF 5D 4D
Octal 247 214 373 41 54 0 2 377 135 115
Binary 10100111 10001100 11111011 100001 101100 0 10 11111111 1011101 1001101

Color Harmonies of #A78CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CFB

Black with #A78CFB

Text Example


Text Example

White with #A78CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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