Html Css Color HEX #AF82E5 Biloba Flower

📋 copy color: '#AF82E5'

red 175 ◦ green 130 ◦ blue 229

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

Shades of Biloba Flower #AF82E5

Tints of Biloba Flower #AF82E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 32.77%
G = 24.34%
B = 42.88%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF82E5 (or 0xAF82E5) is known color: Biloba Flower. HEX triplet: AF, 82 and E5. RGB value is (175,130,229). Sum of RGB (Red+Green+Blue) = 175+130+229=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF82E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82E5 is #507D1A. Grayscale: #9A9A9A. Windows color (decimal): -5274907 or 15041199. OLE color: 15041199.

HSL color Cylindrical-coordinate representation of color #AF82E5: hue angle of 267.27º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF82E5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 130 229 -
CMYK 0.24 0.43 0 0.10
HSL 267.27º 0.66% 0.7% -
HSV(B) 267.27º 0.43% 0.9% -
XYZ 39.8 30.74 77.96 -
YUV 154.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 175 130 229 0.24 0.43 0 0.10 267.27 0.66 0.7
Hex AF 82 E5 18 2B 0 A 10B 42 46
Octal 257 202 345 30 53 0 12 413 102 106
Binary 10101111 10000010 11100101 11000 101011 0 1010 100001011 1000010 1000110

Color Harmonies of #AF82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82E5

Black with #AF82E5

Text Example


Text Example

White with #AF82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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