Html Css Color HEX #AF82E7 Biloba Flower

📋 copy color: '#AF82E7'

red 175 ◦ green 130 ◦ blue 231

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

Shades of Biloba Flower #AF82E7

Tints of Biloba Flower #AF82E7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.25%

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

R = 32.65%
G = 24.25%
B = 43.1%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF82E7 (or 0xAF82E7) is known color: Biloba Flower. HEX triplet: AF, 82 and E7. RGB value is (175,130,231). Sum of RGB (Red+Green+Blue) = 175+130+231=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF82E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82E7 is #507D18. Grayscale: #9A9A9A. Windows color (decimal): -5274905 or 15172271. OLE color: 15172271.

HSL color Cylindrical-coordinate representation of color #AF82E7: hue angle of 266.73º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF82E7 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 130 231 -
CMYK 0.24 0.44 0 0.09
HSL 266.73º 0.68% 0.71% -
HSV(B) 266.73º 0.44% 0.91% -
XYZ 40.09 30.85 79.44 -
YUV 154.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 175 130 231 0.24 0.44 0 0.09 266.73 0.68 0.71
Hex AF 82 E7 18 2C 0 9 10B 44 47
Octal 257 202 347 30 54 0 11 413 104 107
Binary 10101111 10000010 11100111 11000 101100 0 1001 100001011 1000100 1000111

Color Harmonies of #AF82E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82E7

Black with #AF82E7

Text Example


Text Example

White with #AF82E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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