Html Css Color HEX #AF84EF Biloba Flower

📋 copy color: '#AF84EF'

red 175 ◦ green 132 ◦ blue 239

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

Shades of Biloba Flower #AF84EF

Tints of Biloba Flower #AF84EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 32.05%
G = 24.18%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF84EF (or 0xAF84EF) is known color: Biloba Flower. HEX triplet: AF, 84 and EF. RGB value is (175,132,239). Sum of RGB (Red+Green+Blue) = 175+132+239=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84EF is #507B10. Grayscale: #9C9C9C. Windows color (decimal): -5274385 or 15697071. OLE color: 15697071.

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

Color convert

RGB 175 132 239 -
CMYK 0.27 0.45 0 0.06
HSL 264.11º 0.77% 0.73% -
HSV(B) 264.11º 0.45% 0.94% -
XYZ 41.51 31.85 85.62 -
YUV 157.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 175 132 239 0.27 0.45 0 0.06 264.11 0.77 0.73
Hex AF 84 EF 1B 2D 0 6 108 4D 49
Octal 257 204 357 33 55 0 6 410 115 111
Binary 10101111 10000100 11101111 11011 101101 0 110 100001000 1001101 1001001

Color Harmonies of #AF84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84EF

Black with #AF84EF

Text Example


Text Example

White with #AF84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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