Html Css Color HEX #AF84F5 Biloba Flower

📋 copy color: '#AF84F5'

red 175 ◦ green 132 ◦ blue 245

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

Shades of Biloba Flower #AF84F5

Tints of Biloba Flower #AF84F5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.91%

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

R = 31.7%
G = 23.91%
B = 44.38%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF84F5 (or 0xAF84F5) is known color: Biloba Flower. HEX triplet: AF, 84 and F5. RGB value is (175,132,245). Sum of RGB (Red+Green+Blue) = 175+132+245=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF84F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84F5 is #507B0A. Grayscale: #9D9D9D. Windows color (decimal): -5274379 or 16090287. OLE color: 16090287.

HSL color Cylindrical-coordinate representation of color #AF84F5: hue angle of 262.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF84F5 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 132 245 -
CMYK 0.29 0.46 0 0.04
HSL 262.83º 0.85% 0.74% -
HSV(B) 262.83º 0.46% 0.96% -
XYZ 42.41 32.21 90.37 -
YUV 157.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 175 132 245 0.29 0.46 0 0.04 262.83 0.85 0.74
Hex AF 84 F5 1D 2E 0 4 107 55 4A
Octal 257 204 365 35 56 0 4 407 125 112
Binary 10101111 10000100 11110101 11101 101110 0 100 100000111 1010101 1001010

Color Harmonies of #AF84F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84F5

Black with #AF84F5

Text Example


Text Example

White with #AF84F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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