Html Css Color HEX #AF84EE Biloba Flower

📋 copy color: '#AF84EE'

red 175 ◦ green 132 ◦ blue 238

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

Shades of Biloba Flower #AF84EE

Tints of Biloba Flower #AF84EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 32.11%
G = 24.22%
B = 43.67%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF84EE (or 0xAF84EE) is known color: Biloba Flower. HEX triplet: AF, 84 and EE. RGB value is (175,132,238). Sum of RGB (Red+Green+Blue) = 175+132+238=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF84EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84EE is #507B11. Grayscale: #9C9C9C. Windows color (decimal): -5274386 or 15631535. OLE color: 15631535.

HSL color Cylindrical-coordinate representation of color #AF84EE: hue angle of 264.34º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF84EE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 132 238 -
CMYK 0.26 0.45 0 0.07
HSL 264.34º 0.76% 0.73% -
HSV(B) 264.34º 0.45% 0.93% -
XYZ 41.36 31.79 84.84 -
YUV 156.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 175 132 238 0.26 0.45 0 0.07 264.34 0.76 0.73
Hex AF 84 EE 1A 2D 0 7 108 4C 49
Octal 257 204 356 32 55 0 7 410 114 111
Binary 10101111 10000100 11101110 11010 101101 0 111 100001000 1001100 1001001

Color Harmonies of #AF84EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84EE

Black with #AF84EE

Text Example


Text Example

White with #AF84EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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