Html Css Color HEX #AB93CA Biloba Flower

📋 copy color: '#AB93CA'

red 171 ◦ green 147 ◦ blue 202

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

Shades of Biloba Flower #AB93CA

Tints of Biloba Flower #AB93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 32.88%
G = 28.27%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB93CA (or 0xAB93CA) is known color: Biloba Flower. HEX triplet: AB, 93 and CA. RGB value is (171,147,202). Sum of RGB (Red+Green+Blue) = 171+147+202=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93CA is #546C35. Grayscale: #A0A0A0. Windows color (decimal): -5532726 or 13276075. OLE color: 13276075.

HSL color Cylindrical-coordinate representation of color #AB93CA: hue angle of 266.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB93CA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 147 202 -
CMYK 0.15 0.27 0 0.21
HSL 266.18º 0.34% 0.68% -
HSV(B) 266.18º 0.27% 0.79% -
XYZ 37.89 33.79 60.4 -
YUV 160.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 171 147 202 0.15 0.27 0 0.21 266.18 0.34 0.68
Hex AB 93 CA F 1B 0 15 10A 22 44
Octal 253 223 312 17 33 0 25 412 42 104
Binary 10101011 10010011 11001010 1111 11011 0 10101 100001010 100010 1000100

Color Harmonies of #AB93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93CA

Black with #AB93CA

Text Example


Text Example

White with #AB93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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