Html Css Color HEX #AF62EB Medium Orchid

📋 copy color: '#AF62EB'

red 175 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #AF62EB

Tints of Medium Orchid #AF62EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.29%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 34.45%
G = 19.29%
B = 46.26%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF62EB (or 0xAF62EB) is known color: Medium Orchid. HEX triplet: AF, 62 and EB. RGB value is (175,98,235). Sum of RGB (Red+Green+Blue) = 175+98+235=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF62EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62EB is #509D14. Grayscale: #888888. Windows color (decimal): -5283093 or 15426223. OLE color: 15426223.

HSL color Cylindrical-coordinate representation of color #AF62EB: hue angle of 273.72º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF62EB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 98 235 -
CMYK 0.26 0.58 0 0.08
HSL 273.72º 0.77% 0.65% -
HSV(B) 273.72º 0.58% 0.92% -
XYZ 37.04 23.85 81.25 -
YUV 136.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 175 98 235 0.26 0.58 0 0.08 273.72 0.77 0.65
Hex AF 62 EB 1A 3A 0 8 112 4D 41
Octal 257 142 353 32 72 0 10 422 115 101
Binary 10101111 1100010 11101011 11010 111010 0 1000 100010010 1001101 1000001

Color Harmonies of #AF62EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62EB

Black with #AF62EB

Text Example


Text Example

White with #AF62EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62EB; }

 p { color: rgb(175,98,235); }

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

background-color css

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

 a { background-color: rgb(175,98,235); }

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

border-color css

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

 span { border-color: rgb(175,98,235); }

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