Html Css Color HEX #AF92EC Biloba Flower

📋 copy color: '#AF92EC'

red 175 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #AF92EC

Tints of Biloba Flower #AF92EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.21%

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

R = 31.42%
G = 26.21%
B = 42.37%

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

#AF92EC (or 0xAF92EC) is known color: Biloba Flower. HEX triplet: AF, 92 and EC. RGB value is (175,146,236). Sum of RGB (Red+Green+Blue) = 175+146+236=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92EC is #506D13. Grayscale: #A4A4A4. Windows color (decimal): -5270804 or 15504047. OLE color: 15504047.

HSL color Cylindrical-coordinate representation of color #AF92EC: hue angle of 259.33º 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 #AF92EC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 146 236 -
CMYK 0.26 0.38 0 0.07
HSL 259.33º 0.7% 0.75% -
HSV(B) 259.33º 0.38% 0.93% -
XYZ 43.1 35.73 83.98 -
YUV 164.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 175 146 236 0.26 0.38 0 0.07 259.33 0.7 0.75
Hex AF 92 EC 1A 26 0 7 103 46 4B
Octal 257 222 354 32 46 0 7 403 106 113
Binary 10101111 10010010 11101100 11010 100110 0 111 100000011 1000110 1001011

Color Harmonies of #AF92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92EC

Black with #AF92EC

Text Example


Text Example

White with #AF92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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