Html Css Color HEX #AF42C2 Medium Orchid

📋 copy color: '#AF42C2'

red 175 ◦ green 66 ◦ blue 194

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

Shades of Medium Orchid #AF42C2

Tints of Medium Orchid #AF42C2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 40.23%
G = 15.17%
B = 44.6%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF42C2 (or 0xAF42C2) is known color: Medium Orchid. HEX triplet: AF, 42 and C2. RGB value is (175,66,194). Sum of RGB (Red+Green+Blue) = 175+66+194=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF42C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C2 is #50BD3D. Grayscale: #707070. Windows color (decimal): -5291326 or 12731055. OLE color: 12731055.

HSL color Cylindrical-coordinate representation of color #AF42C2: hue angle of 291.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF42C2 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 66 194 -
CMYK 0.10 0.66 0 0.24
HSL 291.09º 0.51% 0.51% -
HSV(B) 291.09º 0.66% 0.76% -
XYZ 29.37 16.91 52.75 -
YUV 113.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 175 66 194 0.10 0.66 0 0.24 291.09 0.51 0.51
Hex AF 42 C2 A 42 0 18 123 33 33
Octal 257 102 302 12 102 0 30 443 63 63
Binary 10101111 1000010 11000010 1010 1000010 0 11000 100100011 110011 110011

Color Harmonies of #AF42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42C2

Black with #AF42C2

Text Example


Text Example

White with #AF42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42C2; }

 p { color: rgb(175,66,194); }

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

background-color css

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

 a { background-color: rgb(175,66,194); }

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

border-color css

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

 span { border-color: rgb(175,66,194); }

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