Html Css Color HEX #AF6CC9 Medium Orchid

📋 copy color: '#AF6CC9'

red 175 ◦ green 108 ◦ blue 201

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

Shades of Medium Orchid #AF6CC9

Tints of Medium Orchid #AF6CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 36.16%
G = 22.31%
B = 41.53%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF6CC9 (or 0xAF6CC9) is known color: Medium Orchid. HEX triplet: AF, 6C and C9. RGB value is (175,108,201). Sum of RGB (Red+Green+Blue) = 175+108+201=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF6CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CC9 is #509336. Grayscale: #8A8A8A. Windows color (decimal): -5280567 or 13200559. OLE color: 13200559.

HSL color Cylindrical-coordinate representation of color #AF6CC9: hue angle of 283.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6CC9 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 108 201 -
CMYK 0.13 0.46 0 0.21
HSL 283.23º 0.46% 0.61% -
HSV(B) 283.23º 0.46% 0.79% -
XYZ 33.58 24.06 58.13 -
YUV 138.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 175 108 201 0.13 0.46 0 0.21 283.23 0.46 0.61
Hex AF 6C C9 D 2E 0 15 11B 2E 3D
Octal 257 154 311 15 56 0 25 433 56 75
Binary 10101111 1101100 11001001 1101 101110 0 10101 100011011 101110 111101

Color Harmonies of #AF6CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CC9

Black with #AF6CC9

Text Example


Text Example

White with #AF6CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CC9; }

 p { color: rgb(175,108,201); }

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

background-color css

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

 a { background-color: rgb(175,108,201); }

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

border-color css

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

 span { border-color: rgb(175,108,201); }

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