Html Css Color HEX #AF83EE Biloba Flower

📋 copy color: '#AF83EE'

red 175 ◦ green 131 ◦ blue 238

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

Shades of Biloba Flower #AF83EE

Tints of Biloba Flower #AF83EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.08%

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

R = 32.17%
G = 24.08%
B = 43.75%

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

#AF83EE (or 0xAF83EE) is known color: Biloba Flower. HEX triplet: AF, 83 and EE. RGB value is (175,131,238). Sum of RGB (Red+Green+Blue) = 175+131+238=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83EE is #507C11. Grayscale: #9B9B9B. Windows color (decimal): -5274642 or 15631279. OLE color: 15631279.

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

Color convert

RGB 175 131 238 -
CMYK 0.26 0.45 0 0.07
HSL 264.67º 0.76% 0.72% -
HSV(B) 264.67º 0.45% 0.93% -
XYZ 41.23 31.52 84.8 -
YUV 156.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 175 131 238 0.26 0.45 0 0.07 264.67 0.76 0.72
Hex AF 83 EE 1A 2D 0 7 109 4C 48
Octal 257 203 356 32 55 0 7 411 114 110
Binary 10101111 10000011 11101110 11010 101101 0 111 100001001 1001100 1001000

Color Harmonies of #AF83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83EE

Black with #AF83EE

Text Example


Text Example

White with #AF83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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