Html Css Color HEX #AB93D0 Biloba Flower

📋 copy color: '#AB93D0'

red 171 ◦ green 147 ◦ blue 208

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

Shades of Biloba Flower #AB93D0

Tints of Biloba Flower #AB93D0

RGB

 RED value IS 171 (67.19% from 255) = 32.51%

 GREEN value IS 147 (57.81% from 255) = 27.95%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 32.51%
G = 27.95%
B = 39.54%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB93D0 (or 0xAB93D0) is known color: Biloba Flower. HEX triplet: AB, 93 and D0. RGB value is (171,147,208). Sum of RGB (Red+Green+Blue) = 171+147+208=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB93D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93D0 is #546C2F. Grayscale: #A0A0A0. Windows color (decimal): -5532720 or 13669291. OLE color: 13669291.

HSL color Cylindrical-coordinate representation of color #AB93D0: hue angle of 263.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB93D0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 147 208 -
CMYK 0.18 0.29 0 0.18
HSL 263.61º 0.39% 0.7% -
HSV(B) 263.61º 0.29% 0.82% -
XYZ 38.61 34.08 64.22 -
YUV 161.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 171 147 208 0.18 0.29 0 0.18 263.61 0.39 0.7
Hex AB 93 D0 12 1D 0 12 108 27 46
Octal 253 223 320 22 35 0 22 410 47 106
Binary 10101011 10010011 11010000 10010 11101 0 10010 100001000 100111 1000110

Color Harmonies of #AB93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93D0

Black with #AB93D0

Text Example


Text Example

White with #AB93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93D0; }

 p { color: rgb(171,147,208); }

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

background-color css

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

 a { background-color: rgb(171,147,208); }

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

border-color css

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

 span { border-color: rgb(171,147,208); }

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