Html Css Color HEX #AF62C4 Medium Orchid

📋 copy color: '#AF62C4'

red 175 ◦ green 98 ◦ blue 196

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

Shades of Medium Orchid #AF62C4

Tints of Medium Orchid #AF62C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 37.31%
G = 20.9%
B = 41.79%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF62C4 (or 0xAF62C4) is known color: Medium Orchid. HEX triplet: AF, 62 and C4. RGB value is (175,98,196). Sum of RGB (Red+Green+Blue) = 175+98+196=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF62C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62C4 is #509D3B. Grayscale: #838383. Windows color (decimal): -5283132 or 12870319. OLE color: 12870319.

HSL color Cylindrical-coordinate representation of color #AF62C4: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF62C4 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 98 196 -
CMYK 0.11 0.5 0 0.23
HSL 287.14º 0.45% 0.58% -
HSV(B) 287.14º 0.5% 0.77% -
XYZ 32.01 21.83 54.75 -
YUV 132.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 175 98 196 0.11 0.5 0 0.23 287.14 0.45 0.58
Hex AF 62 C4 B 32 0 17 11F 2D 3A
Octal 257 142 304 13 62 0 27 437 55 72
Binary 10101111 1100010 11000100 1011 110010 0 10111 100011111 101101 111010

Color Harmonies of #AF62C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62C4

Black with #AF62C4

Text Example


Text Example

White with #AF62C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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