Html Css Color HEX #AF82E0 Biloba Flower

📋 copy color: '#AF82E0'

red 175 ◦ green 130 ◦ blue 224

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

Shades of Biloba Flower #AF82E0

Tints of Biloba Flower #AF82E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 33.08%
G = 24.57%
B = 42.34%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF82E0 (or 0xAF82E0) is known color: Biloba Flower. HEX triplet: AF, 82 and E0. RGB value is (175,130,224). Sum of RGB (Red+Green+Blue) = 175+130+224=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF82E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82E0 is #507D1F. Grayscale: #999999. Windows color (decimal): -5274912 or 14713519. OLE color: 14713519.

HSL color Cylindrical-coordinate representation of color #AF82E0: hue angle of 268.72º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF82E0 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 130 224 -
CMYK 0.22 0.42 0 0.12
HSL 268.72º 0.6% 0.69% -
HSV(B) 268.72º 0.42% 0.88% -
XYZ 39.12 30.46 74.34 -
YUV 154.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 175 130 224 0.22 0.42 0 0.12 268.72 0.6 0.69
Hex AF 82 E0 16 2A 0 C 10D 3C 45
Octal 257 202 340 26 52 0 14 415 74 105
Binary 10101111 10000010 11100000 10110 101010 0 1100 100001101 111100 1000101

Color Harmonies of #AF82E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82E0

Black with #AF82E0

Text Example


Text Example

White with #AF82E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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