Html Css Color HEX #A78CEB Biloba Flower

📋 copy color: '#A78CEB'

red 167 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #A78CEB

Tints of Biloba Flower #A78CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 30.81%
G = 25.83%
B = 43.36%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A78CEB (or 0xA78CEB) is known color: Biloba Flower. HEX triplet: A7, 8C and EB. RGB value is (167,140,235). Sum of RGB (Red+Green+Blue) = 167+140+235=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #A78CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CEB is #587314. Grayscale: #9E9E9E. Windows color (decimal): -5796629 or 15436967. OLE color: 15436967.

HSL color Cylindrical-coordinate representation of color #A78CEB: hue angle of 257.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78CEB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 140 235 -
CMYK 0.29 0.40 0 0.08
HSL 257.05º 0.7% 0.74% -
HSV(B) 257.05º 0.4% 0.92% -
XYZ 40.31 32.97 82.84 -
YUV 158.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 167 140 235 0.29 0.40 0 0.08 257.05 0.7 0.74
Hex A7 8C EB 1D 28 0 8 101 46 4A
Octal 247 214 353 35 50 0 10 401 106 112
Binary 10100111 10001100 11101011 11101 101000 0 1000 100000001 1000110 1001010

Color Harmonies of #A78CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CEB

Black with #A78CEB

Text Example


Text Example

White with #A78CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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