Html Css Color HEX #AF93EC Biloba Flower

📋 copy color: '#AF93EC'

red 175 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #AF93EC

Tints of Biloba Flower #AF93EC

RGB

 RED value IS 175 (68.75% from 255) = 31.36%

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

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

R = 31.36%
G = 26.34%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF93EC (or 0xAF93EC) is known color: Biloba Flower. HEX triplet: AF, 93 and EC. RGB value is (175,147,236). Sum of RGB (Red+Green+Blue) = 175+147+236=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93EC is #506C13. Grayscale: #A5A5A5. Windows color (decimal): -5270548 or 15504303. OLE color: 15504303.

HSL color Cylindrical-coordinate representation of color #AF93EC: hue angle of 258.88º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF93EC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 147 236 -
CMYK 0.26 0.38 0 0.07
HSL 258.88º 0.7% 0.75% -
HSV(B) 258.88º 0.38% 0.93% -
XYZ 43.25 36.04 84.03 -
YUV 165.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 175 147 236 0.26 0.38 0 0.07 258.88 0.7 0.75
Hex AF 93 EC 1A 26 0 7 103 46 4B
Octal 257 223 354 32 46 0 7 403 106 113
Binary 10101111 10010011 11101100 11010 100110 0 111 100000011 1000110 1001011

Color Harmonies of #AF93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93EC

Black with #AF93EC

Text Example


Text Example

White with #AF93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93EC; }

 p { color: rgb(175,147,236); }

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

background-color css

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

 a { background-color: rgb(175,147,236); }

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

border-color css

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

 span { border-color: rgb(175,147,236); }

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