Html Css Color HEX #AF99FE Biloba Flower

📋 copy color: '#AF99FE'

red 175 ◦ green 153 ◦ blue 254

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

Shades of Biloba Flower #AF99FE

Tints of Biloba Flower #AF99FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.29%

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 30.07%
G = 26.29%
B = 43.64%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF99FE (or 0xAF99FE) is known color: Biloba Flower. HEX triplet: AF, 99 and FE. RGB value is (175,153,254). Sum of RGB (Red+Green+Blue) = 175+153+254=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99FE is #506601. Grayscale: #AAAAAA. Windows color (decimal): -5268994 or 16685487. OLE color: 16685487.

HSL color Cylindrical-coordinate representation of color #AF99FE: hue angle of 253.07º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF99FE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 153 254 -
CMYK 0.31 0.40 0 0.00
HSL 253.07º 0.98% 0.8% -
HSV(B) 253.07º 0.4% 1% -
XYZ 46.96 39.05 98.83 -
YUV 171.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 175 153 254 0.31 0.40 0 0.00 253.07 0.98 0.8
Hex AF 99 FE 1F 28 0 0 FD 62 50
Octal 257 231 376 37 50 0 0 375 142 120
Binary 10101111 10011001 11111110 11111 101000 0 0 11111101 1100010 1010000

Color Harmonies of #AF99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99FE

Black with #AF99FE

Text Example


Text Example

White with #AF99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99FE; }

 p { color: rgb(175,153,254); }

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

background-color css

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

 a { background-color: rgb(175,153,254); }

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

border-color css

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

 span { border-color: rgb(175,153,254); }

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