Html Css Color HEX #A08BDF Biloba Flower

📋 copy color: '#A08BDF'

red 160 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A08BDF

Tints of Biloba Flower #A08BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.63%

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

R = 30.65%
G = 26.63%
B = 42.72%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08BDF (or 0xA08BDF) is known color: Biloba Flower. HEX triplet: A0, 8B and DF. RGB value is (160,139,223). Sum of RGB (Red+Green+Blue) = 160+139+223=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #A08BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDF is #5F7420. Grayscale: #9A9A9A. Windows color (decimal): -6255649 or 14650272. OLE color: 14650272.

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

Color convert

RGB 160 139 223 -
CMYK 0.28 0.38 0 0.13
HSL 255º 0.57% 0.71% -
HSV(B) 255º 0.38% 0.87% -
XYZ 37.05 31.27 73.89 -
YUV 154.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 160 139 223 0.28 0.38 0 0.13 255 0.57 0.71
Hex A0 8B DF 1C 26 0 D FF 39 47
Octal 240 213 337 34 46 0 15 377 71 107
Binary 10100000 10001011 11011111 11100 100110 0 1101 11111111 111001 1000111

Color Harmonies of #A08BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BDF

Black with #A08BDF

Text Example


Text Example

White with #A08BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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