Html Css Color HEX #AF43C2 Medium Orchid

📋 copy color: '#AF43C2'

red 175 ◦ green 67 ◦ blue 194

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

Shades of Medium Orchid #AF43C2

Tints of Medium Orchid #AF43C2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.37%

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

R = 40.14%
G = 15.37%
B = 44.5%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF43C2 (or 0xAF43C2) is known color: Medium Orchid. HEX triplet: AF, 43 and C2. RGB value is (175,67,194). Sum of RGB (Red+Green+Blue) = 175+67+194=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF43C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C2 is #50BC3D. Grayscale: #717171. Windows color (decimal): -5291070 or 12731311. OLE color: 12731311.

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

Color convert

RGB 175 67 194 -
CMYK 0.10 0.65 0 0.24
HSL 291.02º 0.51% 0.51% -
HSV(B) 291.02º 0.65% 0.76% -
XYZ 29.42 17.02 52.77 -
YUV 113.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 175 67 194 0.10 0.65 0 0.24 291.02 0.51 0.51
Hex AF 43 C2 A 41 0 18 123 33 33
Octal 257 103 302 12 101 0 30 443 63 63
Binary 10101111 1000011 11000010 1010 1000001 0 11000 100100011 110011 110011

Color Harmonies of #AF43C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43C2

Black with #AF43C2

Text Example


Text Example

White with #AF43C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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