Html Css Color HEX #A78EFC Biloba Flower

📋 copy color: '#A78EFC'

red 167 ◦ green 142 ◦ blue 252

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

Shades of Biloba Flower #A78EFC

Tints of Biloba Flower #A78EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 29.77%
G = 25.31%
B = 44.92%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A78EFC (or 0xA78EFC) is known color: Biloba Flower. HEX triplet: A7, 8E and FC. RGB value is (167,142,252). Sum of RGB (Red+Green+Blue) = 167+142+252=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #A78EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EFC is #587103. Grayscale: #A1A1A1. Windows color (decimal): -5796100 or 16551591. OLE color: 16551591.

HSL color Cylindrical-coordinate representation of color #A78EFC: hue angle of 253.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78EFC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 142 252 -
CMYK 0.34 0.44 0 0.01
HSL 253.64º 0.95% 0.77% -
HSV(B) 253.64º 0.44% 0.99% -
XYZ 43.18 34.59 96.5 -
YUV 162.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 167 142 252 0.34 0.44 0 0.01 253.64 0.95 0.77
Hex A7 8E FC 22 2C 0 1 FE 5F 4D
Octal 247 216 374 42 54 0 1 376 137 115
Binary 10100111 10001110 11111100 100010 101100 0 1 11111110 1011111 1001101

Color Harmonies of #A78EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78EFC

Black with #A78EFC

Text Example


Text Example

White with #A78EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78EFC; }

 p { color: rgb(167,142,252); }

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

background-color css

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

 a { background-color: rgb(167,142,252); }

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

border-color css

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

 span { border-color: rgb(167,142,252); }

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