Html Css Color HEX #A08FEB Biloba Flower

📋 copy color: '#A08FEB'

red 160 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #A08FEB

Tints of Biloba Flower #A08FEB

RGB

 RED value IS 160 (62.89% from 255) = 29.74%

 GREEN value IS 143 (56.25% from 255) = 26.58%

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

R = 29.74%
G = 26.58%
B = 43.68%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A08FEB (or 0xA08FEB) is known color: Biloba Flower. HEX triplet: A0, 8F and EB. RGB value is (160,143,235). Sum of RGB (Red+Green+Blue) = 160+143+235=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #A08FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FEB is #5F7014. Grayscale: #9E9E9E. Windows color (decimal): -6254613 or 15437728. OLE color: 15437728.

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

Color convert

RGB 160 143 235 -
CMYK 0.32 0.39 0 0.08
HSL 251.09º 0.7% 0.74% -
HSV(B) 251.09º 0.39% 0.92% -
XYZ 39.32 33.12 82.92 -
YUV 158.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 160 143 235 0.32 0.39 0 0.08 251.09 0.7 0.74
Hex A0 8F EB 20 27 0 8 FB 46 4A
Octal 240 217 353 40 47 0 10 373 106 112
Binary 10100000 10001111 11101011 100000 100111 0 1000 11111011 1000110 1001010

Color Harmonies of #A08FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FEB

Black with #A08FEB

Text Example


Text Example

White with #A08FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FEB; }

 p { color: rgb(160,143,235); }

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

background-color css

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

 a { background-color: rgb(160,143,235); }

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

border-color css

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

 span { border-color: rgb(160,143,235); }

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