Html Css Color HEX #AF84E7 Biloba Flower

📋 copy color: '#AF84E7'

red 175 ◦ green 132 ◦ blue 231

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

Shades of Biloba Flower #AF84E7

Tints of Biloba Flower #AF84E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 32.53%
G = 24.54%
B = 42.94%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF84E7 (or 0xAF84E7) is known color: Biloba Flower. HEX triplet: AF, 84 and E7. RGB value is (175,132,231). Sum of RGB (Red+Green+Blue) = 175+132+231=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF84E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84E7 is #507B18. Grayscale: #9B9B9B. Windows color (decimal): -5274393 or 15172783. OLE color: 15172783.

HSL color Cylindrical-coordinate representation of color #AF84E7: hue angle of 266.06º degrees, saturation: 0.67, 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 #AF84E7 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 132 231 -
CMYK 0.24 0.43 0 0.09
HSL 266.06º 0.67% 0.71% -
HSV(B) 266.06º 0.43% 0.91% -
XYZ 40.35 31.39 79.53 -
YUV 156.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 175 132 231 0.24 0.43 0 0.09 266.06 0.67 0.71
Hex AF 84 E7 18 2B 0 9 10A 43 47
Octal 257 204 347 30 53 0 11 412 103 107
Binary 10101111 10000100 11100111 11000 101011 0 1001 100001010 1000011 1000111

Color Harmonies of #AF84E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84E7

Black with #AF84E7

Text Example


Text Example

White with #AF84E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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