Html Css Color HEX #A08FEF Biloba Flower

📋 copy color: '#A08FEF'

red 160 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #A08FEF

Tints of Biloba Flower #A08FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 29.52%
G = 26.38%
B = 44.1%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A08FEF (or 0xA08FEF) is known color: Biloba Flower. HEX triplet: A0, 8F and EF. RGB value is (160,143,239). Sum of RGB (Red+Green+Blue) = 160+143+239=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A08FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FEF is #5F7010. Grayscale: #9E9E9E. Windows color (decimal): -6254609 or 15699872. OLE color: 15699872.

HSL color Cylindrical-coordinate representation of color #A08FEF: hue angle of 250.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08FEF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 143 239 -
CMYK 0.33 0.40 0 0.06
HSL 250.63º 0.75% 0.75% -
HSV(B) 250.63º 0.4% 0.94% -
XYZ 39.9 33.35 86 -
YUV 159.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 160 143 239 0.33 0.40 0 0.06 250.63 0.75 0.75
Hex A0 8F EF 21 28 0 6 FB 4B 4B
Octal 240 217 357 41 50 0 6 373 113 113
Binary 10100000 10001111 11101111 100001 101000 0 110 11111011 1001011 1001011

Color Harmonies of #A08FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FEF

Black with #A08FEF

Text Example


Text Example

White with #A08FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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