Html Css Color HEX #AF92F0 Biloba Flower

📋 copy color: '#AF92F0'

red 175 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #AF92F0

Tints of Biloba Flower #AF92F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 31.19%
G = 26.02%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF92F0 (or 0xAF92F0) is known color: Biloba Flower. HEX triplet: AF, 92 and F0. RGB value is (175,146,240). Sum of RGB (Red+Green+Blue) = 175+146+240=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF92F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92F0 is #506D0F. Grayscale: #A5A5A5. Windows color (decimal): -5270800 or 15766191. OLE color: 15766191.

HSL color Cylindrical-coordinate representation of color #AF92F0: hue angle of 258.51º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF92F0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 146 240 -
CMYK 0.27 0.39 0 0.06
HSL 258.51º 0.76% 0.76% -
HSV(B) 258.51º 0.39% 0.94% -
XYZ 43.69 35.96 87.08 -
YUV 165.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 175 146 240 0.27 0.39 0 0.06 258.51 0.76 0.76
Hex AF 92 F0 1B 27 0 6 103 4C 4C
Octal 257 222 360 33 47 0 6 403 114 114
Binary 10101111 10010010 11110000 11011 100111 0 110 100000011 1001100 1001100

Color Harmonies of #AF92F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92F0

Black with #AF92F0

Text Example


Text Example

White with #AF92F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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