Html Css Color HEX #AF94EC Biloba Flower

📋 copy color: '#AF94EC'

red 175 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #AF94EC

Tints of Biloba Flower #AF94EC

RGB

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

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

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

R = 31.31%
G = 26.48%
B = 42.22%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF94EC (or 0xAF94EC) is known color: Biloba Flower. HEX triplet: AF, 94 and EC. RGB value is (175,148,236). Sum of RGB (Red+Green+Blue) = 175+148+236=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94EC is #506B13. Grayscale: #A5A5A5. Windows color (decimal): -5270292 or 15504559. OLE color: 15504559.

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

Color convert

RGB 175 148 236 -
CMYK 0.26 0.37 0 0.07
HSL 258.41º 0.7% 0.75% -
HSV(B) 258.41º 0.37% 0.93% -
XYZ 43.41 36.35 84.09 -
YUV 166.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 175 148 236 0.26 0.37 0 0.07 258.41 0.7 0.75
Hex AF 94 EC 1A 25 0 7 102 46 4B
Octal 257 224 354 32 45 0 7 402 106 113
Binary 10101111 10010100 11101100 11010 100101 0 111 100000010 1000110 1001011

Color Harmonies of #AF94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94EC

Black with #AF94EC

Text Example


Text Example

White with #AF94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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