Html Css Color HEX #AB94C5 Biloba Flower

📋 copy color: '#AB94C5'

red 171 ◦ green 148 ◦ blue 197

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

Shades of Biloba Flower #AB94C5

Tints of Biloba Flower #AB94C5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 33.14%
G = 28.68%
B = 38.18%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB94C5 (or 0xAB94C5) is known color: Biloba Flower. HEX triplet: AB, 94 and C5. RGB value is (171,148,197). Sum of RGB (Red+Green+Blue) = 171+148+197=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB94C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C5 is #546B3A. Grayscale: #A0A0A0. Windows color (decimal): -5532475 or 12948651. OLE color: 12948651.

HSL color Cylindrical-coordinate representation of color #AB94C5: hue angle of 268.16º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB94C5 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 148 197 -
CMYK 0.13 0.25 0 0.23
HSL 268.16º 0.3% 0.68% -
HSV(B) 268.16º 0.25% 0.77% -
XYZ 37.46 33.87 57.39 -
YUV 160.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 171 148 197 0.13 0.25 0 0.23 268.16 0.3 0.68
Hex AB 94 C5 D 19 0 17 10C 1E 44
Octal 253 224 305 15 31 0 27 414 36 104
Binary 10101011 10010100 11000101 1101 11001 0 10111 100001100 11110 1000100

Color Harmonies of #AB94C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94C5

Black with #AB94C5

Text Example


Text Example

White with #AB94C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94C5; }

 p { color: rgb(171,148,197); }

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

background-color css

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

 a { background-color: rgb(171,148,197); }

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

border-color css

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

 span { border-color: rgb(171,148,197); }

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