Html Css Color HEX #AF43CE Medium Orchid

📋 copy color: '#AF43CE'

red 175 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #AF43CE

Tints of Medium Orchid #AF43CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 39.06%
G = 14.96%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF43CE (or 0xAF43CE) is known color: Medium Orchid. HEX triplet: AF, 43 and CE. RGB value is (175,67,206). Sum of RGB (Red+Green+Blue) = 175+67+206=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF43CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43CE is #50BC31. Grayscale: #727272. Windows color (decimal): -5291058 or 13517743. OLE color: 13517743.

HSL color Cylindrical-coordinate representation of color #AF43CE: hue angle of 286.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF43CE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 67 206 -
CMYK 0.15 0.67 0 0.19
HSL 286.62º 0.59% 0.54% -
HSV(B) 286.62º 0.67% 0.81% -
XYZ 30.83 17.58 60.16 -
YUV 115.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 175 67 206 0.15 0.67 0 0.19 286.62 0.59 0.54
Hex AF 43 CE F 43 0 13 11F 3B 36
Octal 257 103 316 17 103 0 23 437 73 66
Binary 10101111 1000011 11001110 1111 1000011 0 10011 100011111 111011 110110

Color Harmonies of #AF43CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43CE

Black with #AF43CE

Text Example


Text Example

White with #AF43CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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