Html Css Color HEX #AF43DD Medium Orchid

📋 copy color: '#AF43DD'

red 175 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #AF43DD

Tints of Medium Orchid #AF43DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 37.8%
G = 14.47%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF43DD (or 0xAF43DD) is known color: Medium Orchid. HEX triplet: AF, 43 and DD. RGB value is (175,67,221). Sum of RGB (Red+Green+Blue) = 175+67+221=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43DD is #50BC22. Grayscale: #747474. Windows color (decimal): -5291043 or 14500783. OLE color: 14500783.

HSL color Cylindrical-coordinate representation of color #AF43DD: hue angle of 282.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF43DD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 67 221 -
CMYK 0.21 0.70 0 0.13
HSL 282.08º 0.69% 0.56% -
HSV(B) 282.08º 0.7% 0.87% -
XYZ 32.74 18.35 70.22 -
YUV 116.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 175 67 221 0.21 0.70 0 0.13 282.08 0.69 0.56
Hex AF 43 DD 15 46 0 D 11A 45 38
Octal 257 103 335 25 106 0 15 432 105 70
Binary 10101111 1000011 11011101 10101 1000110 0 1101 100011010 1000101 111000

Color Harmonies of #AF43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43DD

Black with #AF43DD

Text Example


Text Example

White with #AF43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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