Html Css Color HEX #AB93DC Biloba Flower

📋 copy color: '#AB93DC'

red 171 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #AB93DC

Tints of Biloba Flower #AB93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 31.78%
G = 27.32%
B = 40.89%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB93DC (or 0xAB93DC) is known color: Biloba Flower. HEX triplet: AB, 93 and DC. RGB value is (171,147,220). Sum of RGB (Red+Green+Blue) = 171+147+220=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93DC is #546C23. Grayscale: #A2A2A2. Windows color (decimal): -5532708 or 14455723. OLE color: 14455723.

HSL color Cylindrical-coordinate representation of color #AB93DC: hue angle of 259.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB93DC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 147 220 -
CMYK 0.22 0.33 0 0.14
HSL 259.73º 0.51% 0.72% -
HSV(B) 259.73º 0.33% 0.86% -
XYZ 40.15 34.69 72.29 -
YUV 162.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 171 147 220 0.22 0.33 0 0.14 259.73 0.51 0.72
Hex AB 93 DC 16 21 0 E 104 33 48
Octal 253 223 334 26 41 0 16 404 63 110
Binary 10101011 10010011 11011100 10110 100001 0 1110 100000100 110011 1001000

Color Harmonies of #AB93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93DC

Black with #AB93DC

Text Example


Text Example

White with #AB93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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