Html Css Color HEX #AF43C8 Medium Orchid

📋 copy color: '#AF43C8'

red 175 ◦ green 67 ◦ blue 200

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

Shades of Medium Orchid #AF43C8

Tints of Medium Orchid #AF43C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 39.59%
G = 15.16%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF43C8 (or 0xAF43C8) is known color: Medium Orchid. HEX triplet: AF, 43 and C8. RGB value is (175,67,200). Sum of RGB (Red+Green+Blue) = 175+67+200=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF43C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C8 is #50BC37. Grayscale: #727272. Windows color (decimal): -5291064 or 13124527. OLE color: 13124527.

HSL color Cylindrical-coordinate representation of color #AF43C8: hue angle of 288.72º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF43C8 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 67 200 -
CMYK 0.12 0.66 0 0.22
HSL 288.72º 0.55% 0.52% -
HSV(B) 288.72º 0.67% 0.78% -
XYZ 30.11 17.3 56.4 -
YUV 114.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 175 67 200 0.12 0.66 0 0.22 288.72 0.55 0.52
Hex AF 43 C8 C 42 0 16 121 37 34
Octal 257 103 310 14 102 0 26 441 67 64
Binary 10101111 1000011 11001000 1100 1000010 0 10110 100100001 110111 110100

Color Harmonies of #AF43C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43C8

Black with #AF43C8

Text Example


Text Example

White with #AF43C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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