Html Css Color HEX #AF92F5 Biloba Flower

📋 copy color: '#AF92F5'

red 175 ◦ green 146 ◦ blue 245

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

Shades of Biloba Flower #AF92F5

Tints of Biloba Flower #AF92F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.29%

R = 30.92%
G = 25.8%
B = 43.29%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF92F5 (or 0xAF92F5) is known color: Biloba Flower. HEX triplet: AF, 92 and F5. RGB value is (175,146,245). Sum of RGB (Red+Green+Blue) = 175+146+245=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF92F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F5 is #506D0A. Grayscale: #A5A5A5. Windows color (decimal): -5270795 or 16093871. OLE color: 16093871.

HSL color Cylindrical-coordinate representation of color #AF92F5: hue angle of 257.58º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF92F5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 146 245 -
CMYK 0.29 0.40 0 0.04
HSL 257.58º 0.83% 0.77% -
HSV(B) 257.58º 0.4% 0.96% -
XYZ 44.44 36.26 91.04 -
YUV 165.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 175 146 245 0.29 0.40 0 0.04 257.58 0.83 0.77
Hex AF 92 F5 1D 28 0 4 102 53 4D
Octal 257 222 365 35 50 0 4 402 123 115
Binary 10101111 10010010 11110101 11101 101000 0 100 100000010 1010011 1001101

Color Harmonies of #AF92F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92F5

Black with #AF92F5

Text Example


Text Example

White with #AF92F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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