Html Css Color HEX #AF62E6 Medium Orchid

📋 copy color: '#AF62E6'

red 175 ◦ green 98 ◦ blue 230

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

Shades of Medium Orchid #AF62E6

Tints of Medium Orchid #AF62E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 34.79%
G = 19.48%
B = 45.73%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF62E6 (or 0xAF62E6) is known color: Medium Orchid. HEX triplet: AF, 62 and E6. RGB value is (175,98,230). Sum of RGB (Red+Green+Blue) = 175+98+230=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF62E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62E6 is #509D19. Grayscale: #878787. Windows color (decimal): -5283098 or 15098543. OLE color: 15098543.

HSL color Cylindrical-coordinate representation of color #AF62E6: hue angle of 275º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF62E6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 98 230 -
CMYK 0.24 0.57 0 0.10
HSL 275º 0.73% 0.64% -
HSV(B) 275º 0.57% 0.9% -
XYZ 36.33 23.56 77.5 -
YUV 136.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 175 98 230 0.24 0.57 0 0.10 275 0.73 0.64
Hex AF 62 E6 18 39 0 A 113 49 40
Octal 257 142 346 30 71 0 12 423 111 100
Binary 10101111 1100010 11100110 11000 111001 0 1010 100010011 1001001 1000000

Color Harmonies of #AF62E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62E6

Black with #AF62E6

Text Example


Text Example

White with #AF62E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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