Html Css Color HEX #AF84E8 Biloba Flower

📋 copy color: '#AF84E8'

red 175 ◦ green 132 ◦ blue 232

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

Shades of Biloba Flower #AF84E8

Tints of Biloba Flower #AF84E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 32.47%
G = 24.49%
B = 43.04%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF84E8 (or 0xAF84E8) is known color: Biloba Flower. HEX triplet: AF, 84 and E8. RGB value is (175,132,232). Sum of RGB (Red+Green+Blue) = 175+132+232=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF84E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84E8 is #507B17. Grayscale: #9B9B9B. Windows color (decimal): -5274392 or 15238319. OLE color: 15238319.

HSL color Cylindrical-coordinate representation of color #AF84E8: hue angle of 265.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF84E8 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 132 232 -
CMYK 0.25 0.43 0 0.09
HSL 265.8º 0.68% 0.71% -
HSV(B) 265.8º 0.43% 0.91% -
XYZ 40.5 31.44 80.28 -
YUV 156.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 175 132 232 0.25 0.43 0 0.09 265.8 0.68 0.71
Hex AF 84 E8 19 2B 0 9 10A 44 47
Octal 257 204 350 31 53 0 11 412 104 107
Binary 10101111 10000100 11101000 11001 101011 0 1001 100001010 1000100 1000111

Color Harmonies of #AF84E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84E8

Black with #AF84E8

Text Example


Text Example

White with #AF84E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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