Html Css Color HEX #AF84E1 Biloba Flower

📋 copy color: '#AF84E1'

red 175 ◦ green 132 ◦ blue 225

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

Shades of Biloba Flower #AF84E1

Tints of Biloba Flower #AF84E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 32.89%
G = 24.81%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF84E1 (or 0xAF84E1) is known color: Biloba Flower. HEX triplet: AF, 84 and E1. RGB value is (175,132,225). Sum of RGB (Red+Green+Blue) = 175+132+225=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF84E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84E1 is #507B1E. Grayscale: #9B9B9B. Windows color (decimal): -5274399 or 14779567. OLE color: 14779567.

HSL color Cylindrical-coordinate representation of color #AF84E1: hue angle of 267.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF84E1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 132 225 -
CMYK 0.22 0.41 0 0.12
HSL 267.74º 0.61% 0.7% -
HSV(B) 267.74º 0.41% 0.88% -
XYZ 39.52 31.05 75.14 -
YUV 155.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 175 132 225 0.22 0.41 0 0.12 267.74 0.61 0.7
Hex AF 84 E1 16 29 0 C 10C 3D 46
Octal 257 204 341 26 51 0 14 414 75 106
Binary 10101111 10000100 11100001 10110 101001 0 1100 100001100 111101 1000110

Color Harmonies of #AF84E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84E1

Black with #AF84E1

Text Example


Text Example

White with #AF84E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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