Html Css Color HEX #AB85EC Biloba Flower

📋 copy color: '#AB85EC'

red 171 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #AB85EC

Tints of Biloba Flower #AB85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.63%

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 31.67%
G = 24.63%
B = 43.7%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB85EC (or 0xAB85EC) is known color: Biloba Flower. HEX triplet: AB, 85 and EC. RGB value is (171,133,236). Sum of RGB (Red+Green+Blue) = 171+133+236=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85EC is #547A13. Grayscale: #9B9B9B. Windows color (decimal): -5536276 or 15500715. OLE color: 15500715.

HSL color Cylindrical-coordinate representation of color #AB85EC: hue angle of 262.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB85EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 133 236 -
CMYK 0.28 0.44 0 0.07
HSL 262.14º 0.73% 0.72% -
HSV(B) 262.14º 0.44% 0.93% -
XYZ 40.32 31.49 83.31 -
YUV 156.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 171 133 236 0.28 0.44 0 0.07 262.14 0.73 0.72
Hex AB 85 EC 1C 2C 0 7 106 49 48
Octal 253 205 354 34 54 0 7 406 111 110
Binary 10101011 10000101 11101100 11100 101100 0 111 100000110 1001001 1001000

Color Harmonies of #AB85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85EC

Black with #AB85EC

Text Example


Text Example

White with #AB85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85EC; }

 p { color: rgb(171,133,236); }

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

background-color css

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

 a { background-color: rgb(171,133,236); }

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

border-color css

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

 span { border-color: rgb(171,133,236); }

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