Html Css Color HEX #AF94F5 Biloba Flower

📋 copy color: '#AF94F5'

red 175 ◦ green 148 ◦ blue 245

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

Shades of Biloba Flower #AF94F5

Tints of Biloba Flower #AF94F5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 30.81%
G = 26.06%
B = 43.13%

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

#AF94F5 (or 0xAF94F5) is known color: Biloba Flower. HEX triplet: AF, 94 and F5. RGB value is (175,148,245). Sum of RGB (Red+Green+Blue) = 175+148+245=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF94F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F5 is #506B0A. Grayscale: #A6A6A6. Windows color (decimal): -5270283 or 16094383. OLE color: 16094383.

HSL color Cylindrical-coordinate representation of color #AF94F5: hue angle of 256.7º 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 #AF94F5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 148 245 -
CMYK 0.29 0.40 0 0.04
HSL 256.7º 0.83% 0.77% -
HSV(B) 256.7º 0.4% 0.96% -
XYZ 44.75 36.89 91.15 -
YUV 167.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 175 148 245 0.29 0.40 0 0.04 256.7 0.83 0.77
Hex AF 94 F5 1D 28 0 4 101 53 4D
Octal 257 224 365 35 50 0 4 401 123 115
Binary 10101111 10010100 11110101 11101 101000 0 100 100000001 1010011 1001101

Color Harmonies of #AF94F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94F5

Black with #AF94F5

Text Example


Text Example

White with #AF94F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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