Html Css Color HEX #AF6ACB Medium Orchid

📋 copy color: '#AF6ACB'

red 175 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #AF6ACB

Tints of Medium Orchid #AF6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 36.16%
G = 21.9%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF6ACB (or 0xAF6ACB) is known color: Medium Orchid. HEX triplet: AF, 6A and CB. RGB value is (175,106,203). Sum of RGB (Red+Green+Blue) = 175+106+203=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ACB is #509534. Grayscale: #898989. Windows color (decimal): -5281077 or 13331119. OLE color: 13331119.

HSL color Cylindrical-coordinate representation of color #AF6ACB: hue angle of 282.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6ACB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 106 203 -
CMYK 0.14 0.48 0 0.20
HSL 282.68º 0.48% 0.61% -
HSV(B) 282.68º 0.48% 0.8% -
XYZ 33.61 23.73 59.31 -
YUV 137.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 175 106 203 0.14 0.48 0 0.20 282.68 0.48 0.61
Hex AF 6A CB E 30 0 14 11B 30 3D
Octal 257 152 313 16 60 0 24 433 60 75
Binary 10101111 1101010 11001011 1110 110000 0 10100 100011011 110000 111101

Color Harmonies of #AF6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ACB

Black with #AF6ACB

Text Example


Text Example

White with #AF6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ACB; }

 p { color: rgb(175,106,203); }

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

background-color css

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

 a { background-color: rgb(175,106,203); }

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

border-color css

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

 span { border-color: rgb(175,106,203); }

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