Html Css Color HEX #AF82ED Biloba Flower

📋 copy color: '#AF82ED'

red 175 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #AF82ED

Tints of Biloba Flower #AF82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 32.29%
G = 23.99%
B = 43.73%

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

#AF82ED (or 0xAF82ED) is known color: Biloba Flower. HEX triplet: AF, 82 and ED. RGB value is (175,130,237). Sum of RGB (Red+Green+Blue) = 175+130+237=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82ED is #507D12. Grayscale: #9B9B9B. Windows color (decimal): -5274899 or 15565487. OLE color: 15565487.

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

Color convert

RGB 175 130 237 -
CMYK 0.26 0.45 0 0.07
HSL 265.23º 0.75% 0.72% -
HSV(B) 265.23º 0.45% 0.93% -
XYZ 40.95 31.19 83.98 -
YUV 155.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 175 130 237 0.26 0.45 0 0.07 265.23 0.75 0.72
Hex AF 82 ED 1A 2D 0 7 109 4B 48
Octal 257 202 355 32 55 0 7 411 113 110
Binary 10101111 10000010 11101101 11010 101101 0 111 100001001 1001011 1001000

Color Harmonies of #AF82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82ED

Black with #AF82ED

Text Example


Text Example

White with #AF82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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