Html Css Color HEX #AF83E7 Biloba Flower

📋 copy color: '#AF83E7'

red 175 ◦ green 131 ◦ blue 231

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

Shades of Biloba Flower #AF83E7

Tints of Biloba Flower #AF83E7

RGB

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

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

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

R = 32.59%
G = 24.39%
B = 43.02%

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

#AF83E7 (or 0xAF83E7) is known color: Biloba Flower. HEX triplet: AF, 83 and E7. RGB value is (175,131,231). Sum of RGB (Red+Green+Blue) = 175+131+231=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF83E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83E7 is #507C18. Grayscale: #9B9B9B. Windows color (decimal): -5274649 or 15172527. OLE color: 15172527.

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

Color convert

RGB 175 131 231 -
CMYK 0.24 0.43 0 0.09
HSL 266.4º 0.68% 0.71% -
HSV(B) 266.4º 0.43% 0.91% -
XYZ 40.22 31.12 79.49 -
YUV 155.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 175 131 231 0.24 0.43 0 0.09 266.4 0.68 0.71
Hex AF 83 E7 18 2B 0 9 10A 44 47
Octal 257 203 347 30 53 0 11 412 104 107
Binary 10101111 10000011 11100111 11000 101011 0 1001 100001010 1000100 1000111

Color Harmonies of #AF83E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83E7

Black with #AF83E7

Text Example


Text Example

White with #AF83E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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