Html Css Color HEX #AB93CF Biloba Flower

📋 copy color: '#AB93CF'

red 171 ◦ green 147 ◦ blue 207

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

Shades of Biloba Flower #AB93CF

Tints of Biloba Flower #AB93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 32.57%
G = 28%
B = 39.43%

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

#AB93CF (or 0xAB93CF) is known color: Biloba Flower. HEX triplet: AB, 93 and CF. RGB value is (171,147,207). Sum of RGB (Red+Green+Blue) = 171+147+207=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93CF is #546C30. Grayscale: #A0A0A0. Windows color (decimal): -5532721 or 13603755. OLE color: 13603755.

HSL color Cylindrical-coordinate representation of color #AB93CF: hue angle of 264º 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 #AB93CF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 147 207 -
CMYK 0.17 0.29 0 0.19
HSL 264º 0.38% 0.69% -
HSV(B) 264º 0.29% 0.81% -
XYZ 38.49 34.03 63.57 -
YUV 161.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 171 147 207 0.17 0.29 0 0.19 264 0.38 0.69
Hex AB 93 CF 11 1D 0 13 108 26 45
Octal 253 223 317 21 35 0 23 410 46 105
Binary 10101011 10010011 11001111 10001 11101 0 10011 100001000 100110 1000101

Color Harmonies of #AB93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93CF

Black with #AB93CF

Text Example


Text Example

White with #AB93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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