Html Css Color HEX #A08FE7 Biloba Flower

📋 copy color: '#A08FE7'

red 160 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #A08FE7

Tints of Biloba Flower #A08FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 29.96%
G = 26.78%
B = 43.26%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A08FE7 (or 0xA08FE7) is known color: Biloba Flower. HEX triplet: A0, 8F and E7. RGB value is (160,143,231). Sum of RGB (Red+Green+Blue) = 160+143+231=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #A08FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FE7 is #5F7018. Grayscale: #9D9D9D. Windows color (decimal): -6254617 or 15175584. OLE color: 15175584.

HSL color Cylindrical-coordinate representation of color #A08FE7: hue angle of 251.59º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08FE7 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 143 231 -
CMYK 0.31 0.38 0 0.09
HSL 251.59º 0.65% 0.73% -
HSV(B) 251.59º 0.38% 0.91% -
XYZ 38.74 32.89 79.91 -
YUV 158.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 160 143 231 0.31 0.38 0 0.09 251.59 0.65 0.73
Hex A0 8F E7 1F 26 0 9 FC 41 49
Octal 240 217 347 37 46 0 11 374 101 111
Binary 10100000 10001111 11100111 11111 100110 0 1001 11111100 1000001 1001001

Color Harmonies of #A08FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FE7

Black with #A08FE7

Text Example


Text Example

White with #A08FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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