Html Css Color HEX #AF43CC Medium Orchid

📋 copy color: '#AF43CC'

red 175 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #AF43CC

Tints of Medium Orchid #AF43CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 39.24%
G = 15.02%
B = 45.74%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF43CC (or 0xAF43CC) is known color: Medium Orchid. HEX triplet: AF, 43 and CC. RGB value is (175,67,204). Sum of RGB (Red+Green+Blue) = 175+67+204=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF43CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43CC is #50BC33. Grayscale: #727272. Windows color (decimal): -5291060 or 13386671. OLE color: 13386671.

HSL color Cylindrical-coordinate representation of color #AF43CC: hue angle of 287.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF43CC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 67 204 -
CMYK 0.14 0.67 0 0.2
HSL 287.3º 0.57% 0.53% -
HSV(B) 287.3º 0.67% 0.8% -
XYZ 30.59 17.49 58.89 -
YUV 114.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 175 67 204 0.14 0.67 0 0.2 287.3 0.57 0.53
Hex AF 43 CC E 43 0 14 11F 39 35
Octal 257 103 314 16 103 0 24 437 71 65
Binary 10101111 1000011 11001100 1110 1000011 0 10100 100011111 111001 110101

Color Harmonies of #AF43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43CC

Black with #AF43CC

Text Example


Text Example

White with #AF43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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