Html Css Color HEX #AB92D0 Biloba Flower

📋 copy color: '#AB92D0'

red 171 ◦ green 146 ◦ blue 208

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

Shades of Biloba Flower #AB92D0

Tints of Biloba Flower #AB92D0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.81%

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

R = 32.57%
G = 27.81%
B = 39.62%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB92D0 (or 0xAB92D0) is known color: Biloba Flower. HEX triplet: AB, 92 and D0. RGB value is (171,146,208). Sum of RGB (Red+Green+Blue) = 171+146+208=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D0 is #546D2F. Grayscale: #A0A0A0. Windows color (decimal): -5532976 or 13669035. OLE color: 13669035.

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

Color convert

RGB 171 146 208 -
CMYK 0.18 0.30 0 0.18
HSL 264.19º 0.4% 0.69% -
HSV(B) 264.19º 0.3% 0.82% -
XYZ 38.46 33.77 64.17 -
YUV 160.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 171 146 208 0.18 0.30 0 0.18 264.19 0.4 0.69
Hex AB 92 D0 12 1E 0 12 108 28 45
Octal 253 222 320 22 36 0 22 410 50 105
Binary 10101011 10010010 11010000 10010 11110 0 10010 100001000 101000 1000101

Color Harmonies of #AB92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92D0

Black with #AB92D0

Text Example


Text Example

White with #AB92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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