Html Css Color HEX #AF92F9 Biloba Flower

📋 copy color: '#AF92F9'

red 175 ◦ green 146 ◦ blue 249

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

Shades of Biloba Flower #AF92F9

Tints of Biloba Flower #AF92F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 30.7%
G = 25.61%
B = 43.68%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF92F9 (or 0xAF92F9) is known color: Biloba Flower. HEX triplet: AF, 92 and F9. RGB value is (175,146,249). Sum of RGB (Red+Green+Blue) = 175+146+249=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF92F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F9 is #506D06. Grayscale: #A6A6A6. Windows color (decimal): -5270791 or 16356015. OLE color: 16356015.

HSL color Cylindrical-coordinate representation of color #AF92F9: hue angle of 256.89º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF92F9 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 146 249 -
CMYK 0.30 0.41 0 0.02
HSL 256.89º 0.9% 0.77% -
HSV(B) 256.89º 0.41% 0.98% -
XYZ 45.06 36.51 94.3 -
YUV 166.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 175 146 249 0.30 0.41 0 0.02 256.89 0.9 0.77
Hex AF 92 F9 1E 29 0 2 101 5A 4D
Octal 257 222 371 36 51 0 2 401 132 115
Binary 10101111 10010010 11111001 11110 101001 0 10 100000001 1011010 1001101

Color Harmonies of #AF92F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92F9

Black with #AF92F9

Text Example


Text Example

White with #AF92F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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