Html Css Color HEX #A08EDF Biloba Flower

📋 copy color: '#A08EDF'

red 160 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #A08EDF

Tints of Biloba Flower #A08EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 30.48%
G = 27.05%
B = 42.48%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08EDF (or 0xA08EDF) is known color: Biloba Flower. HEX triplet: A0, 8E and DF. RGB value is (160,142,223). Sum of RGB (Red+Green+Blue) = 160+142+223=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A08EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDF is #5F7120. Grayscale: #9C9C9C. Windows color (decimal): -6254881 or 14651040. OLE color: 14651040.

HSL color Cylindrical-coordinate representation of color #A08EDF: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08EDF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 142 223 -
CMYK 0.28 0.36 0 0.13
HSL 253.33º 0.56% 0.72% -
HSV(B) 253.33º 0.36% 0.87% -
XYZ 37.49 32.15 74.04 -
YUV 156.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 160 142 223 0.28 0.36 0 0.13 253.33 0.56 0.72
Hex A0 8E DF 1C 24 0 D FD 38 48
Octal 240 216 337 34 44 0 15 375 70 110
Binary 10100000 10001110 11011111 11100 100100 0 1101 11111101 111000 1001000

Color Harmonies of #A08EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EDF

Black with #A08EDF

Text Example


Text Example

White with #A08EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EDF; }

 p { color: rgb(160,142,223); }

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

background-color css

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

 a { background-color: rgb(160,142,223); }

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

border-color css

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

 span { border-color: rgb(160,142,223); }

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