Html Css Color HEX #AB93CE Biloba Flower

📋 copy color: '#AB93CE'

red 171 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #AB93CE

Tints of Biloba Flower #AB93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 32.63%
G = 28.05%
B = 39.31%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB93CE (or 0xAB93CE) is known color: Biloba Flower. HEX triplet: AB, 93 and CE. RGB value is (171,147,206). Sum of RGB (Red+Green+Blue) = 171+147+206=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93CE is #546C31. Grayscale: #A0A0A0. Windows color (decimal): -5532722 or 13538219. OLE color: 13538219.

HSL color Cylindrical-coordinate representation of color #AB93CE: hue angle of 264.41º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB93CE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 147 206 -
CMYK 0.17 0.29 0 0.19
HSL 264.41º 0.38% 0.69% -
HSV(B) 264.41º 0.29% 0.81% -
XYZ 38.37 33.98 62.93 -
YUV 160.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 171 147 206 0.17 0.29 0 0.19 264.41 0.38 0.69
Hex AB 93 CE 11 1D 0 13 108 26 45
Octal 253 223 316 21 35 0 23 410 46 105
Binary 10101011 10010011 11001110 10001 11101 0 10011 100001000 100110 1000101

Color Harmonies of #AB93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93CE

Black with #AB93CE

Text Example


Text Example

White with #AB93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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