Html Css Color HEX #AB90D0 Biloba Flower

📋 copy color: '#AB90D0'

red 171 ◦ green 144 ◦ blue 208

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

Shades of Biloba Flower #AB90D0

Tints of Biloba Flower #AB90D0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

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

R = 32.7%
G = 27.53%
B = 39.77%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB90D0 (or 0xAB90D0) is known color: Biloba Flower. HEX triplet: AB, 90 and D0. RGB value is (171,144,208). Sum of RGB (Red+Green+Blue) = 171+144+208=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB90D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90D0 is #546F2F. Grayscale: #9F9F9F. Windows color (decimal): -5533488 or 13668523. OLE color: 13668523.

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

Color convert

RGB 171 144 208 -
CMYK 0.18 0.31 0 0.18
HSL 265.31º 0.41% 0.69% -
HSV(B) 265.31º 0.31% 0.82% -
XYZ 38.15 33.16 64.06 -
YUV 159.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 171 144 208 0.18 0.31 0 0.18 265.31 0.41 0.69
Hex AB 90 D0 12 1F 0 12 109 29 45
Octal 253 220 320 22 37 0 22 411 51 105
Binary 10101011 10010000 11010000 10010 11111 0 10010 100001001 101001 1000101

Color Harmonies of #AB90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90D0

Black with #AB90D0

Text Example


Text Example

White with #AB90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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