Html Css Color HEX #AF62DF Medium Orchid

📋 copy color: '#AF62DF'

red 175 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #AF62DF

Tints of Medium Orchid #AF62DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 35.28%
G = 19.76%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF62DF (or 0xAF62DF) is known color: Medium Orchid. HEX triplet: AF, 62 and DF. RGB value is (175,98,223). Sum of RGB (Red+Green+Blue) = 175+98+223=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF62DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62DF is #509D20. Grayscale: #868686. Windows color (decimal): -5283105 or 14639791. OLE color: 14639791.

HSL color Cylindrical-coordinate representation of color #AF62DF: hue angle of 276.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF62DF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 98 223 -
CMYK 0.22 0.56 0 0.13
HSL 276.96º 0.66% 0.63% -
HSV(B) 276.96º 0.56% 0.87% -
XYZ 35.37 23.18 72.42 -
YUV 135.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 175 98 223 0.22 0.56 0 0.13 276.96 0.66 0.63
Hex AF 62 DF 16 38 0 D 115 42 3F
Octal 257 142 337 26 70 0 15 425 102 77
Binary 10101111 1100010 11011111 10110 111000 0 1101 100010101 1000010 111111

Color Harmonies of #AF62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62DF

Black with #AF62DF

Text Example


Text Example

White with #AF62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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