Html Css Color HEX #AF99F2 Biloba Flower

📋 copy color: '#AF99F2'

red 175 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #AF99F2

Tints of Biloba Flower #AF99F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.46%

R = 30.7%
G = 26.84%
B = 42.46%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF99F2 (or 0xAF99F2) is known color: Biloba Flower. HEX triplet: AF, 99 and F2. RGB value is (175,153,242). Sum of RGB (Red+Green+Blue) = 175+153+242=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F2 is #50660D. Grayscale: #A9A9A9. Windows color (decimal): -5269006 or 15899055. OLE color: 15899055.

HSL color Cylindrical-coordinate representation of color #AF99F2: hue angle of 254.83º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF99F2 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 153 242 -
CMYK 0.28 0.37 0 0.05
HSL 254.83º 0.77% 0.77% -
HSV(B) 254.83º 0.37% 0.95% -
XYZ 45.1 38.31 89.02 -
YUV 169.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 175 153 242 0.28 0.37 0 0.05 254.83 0.77 0.77
Hex AF 99 F2 1C 25 0 5 FF 4D 4D
Octal 257 231 362 34 45 0 5 377 115 115
Binary 10101111 10011001 11110010 11100 100101 0 101 11111111 1001101 1001101

Color Harmonies of #AF99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99F2

Black with #AF99F2

Text Example


Text Example

White with #AF99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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