Html Css Color HEX #AF82EC Biloba Flower

📋 copy color: '#AF82EC'

red 175 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #AF82EC

Tints of Biloba Flower #AF82EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 32.35%
G = 24.03%
B = 43.62%

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

#AF82EC (or 0xAF82EC) is known color: Biloba Flower. HEX triplet: AF, 82 and EC. RGB value is (175,130,236). Sum of RGB (Red+Green+Blue) = 175+130+236=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF82EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82EC is #507D13. Grayscale: #9B9B9B. Windows color (decimal): -5274900 or 15499951. OLE color: 15499951.

HSL color Cylindrical-coordinate representation of color #AF82EC: hue angle of 265.47º degrees, saturation: 0.74, 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 #AF82EC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 130 236 -
CMYK 0.26 0.45 0 0.07
HSL 265.47º 0.74% 0.72% -
HSV(B) 265.47º 0.45% 0.93% -
XYZ 40.8 31.14 83.22 -
YUV 155.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 175 130 236 0.26 0.45 0 0.07 265.47 0.74 0.72
Hex AF 82 EC 1A 2D 0 7 109 4A 48
Octal 257 202 354 32 55 0 7 411 112 110
Binary 10101111 10000010 11101100 11010 101101 0 111 100001001 1001010 1001000

Color Harmonies of #AF82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82EC

Black with #AF82EC

Text Example


Text Example

White with #AF82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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