Html Css Color HEX #AF43DE Medium Orchid

📋 copy color: '#AF43DE'

red 175 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #AF43DE

Tints of Medium Orchid #AF43DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 37.72%
G = 14.44%
B = 47.84%

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

#AF43DE (or 0xAF43DE) is known color: Medium Orchid. HEX triplet: AF, 43 and DE. RGB value is (175,67,222). Sum of RGB (Red+Green+Blue) = 175+67+222=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF43DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43DE is #50BC21. Grayscale: #747474. Windows color (decimal): -5291042 or 14566319. OLE color: 14566319.

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

Color convert

RGB 175 67 222 -
CMYK 0.21 0.70 0 0.13
HSL 281.81º 0.7% 0.57% -
HSV(B) 281.81º 0.7% 0.87% -
XYZ 32.87 18.4 70.93 -
YUV 116.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 175 67 222 0.21 0.70 0 0.13 281.81 0.7 0.57
Hex AF 43 DE 15 46 0 D 11A 46 39
Octal 257 103 336 25 106 0 15 432 106 71
Binary 10101111 1000011 11011110 10101 1000110 0 1101 100011010 1000110 111001

Color Harmonies of #AF43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43DE

Black with #AF43DE

Text Example


Text Example

White with #AF43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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