Html Css Color HEX #AB9DE6 Biloba Flower

📋 copy color: '#AB9DE6'

red 171 ◦ green 157 ◦ blue 230

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

Shades of Biloba Flower #AB9DE6

Tints of Biloba Flower #AB9DE6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 30.65%
G = 28.14%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB9DE6 (or 0xAB9DE6) is known color: Biloba Flower. HEX triplet: AB, 9D and E6. RGB value is (171,157,230). Sum of RGB (Red+Green+Blue) = 171+157+230=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB9DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DE6 is #546219. Grayscale: #A9A9A9. Windows color (decimal): -5530138 or 15113643. OLE color: 15113643.

HSL color Cylindrical-coordinate representation of color #AB9DE6: hue angle of 251.51º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9DE6 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 157 230 -
CMYK 0.26 0.32 0 0.10
HSL 251.51º 0.59% 0.76% -
HSV(B) 251.51º 0.32% 0.9% -
XYZ 43.13 38.49 80.02 -
YUV 169.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 171 157 230 0.26 0.32 0 0.10 251.51 0.59 0.76
Hex AB 9D E6 1A 20 0 A FC 3B 4C
Octal 253 235 346 32 40 0 12 374 73 114
Binary 10101011 10011101 11100110 11010 100000 0 1010 11111100 111011 1001100

Color Harmonies of #AB9DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DE6

Black with #AB9DE6

Text Example


Text Example

White with #AB9DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DE6; }

 p { color: rgb(171,157,230); }

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

background-color css

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

 a { background-color: rgb(171,157,230); }

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

border-color css

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

 span { border-color: rgb(171,157,230); }

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