Html Css Color HEX #AF6CCA Medium Orchid

📋 copy color: '#AF6CCA'

red 175 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #AF6CCA

Tints of Medium Orchid #AF6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 36.08%
G = 22.27%
B = 41.65%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF6CCA (or 0xAF6CCA) is known color: Medium Orchid. HEX triplet: AF, 6C and CA. RGB value is (175,108,202). Sum of RGB (Red+Green+Blue) = 175+108+202=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCA is #509335. Grayscale: #8A8A8A. Windows color (decimal): -5280566 or 13266095. OLE color: 13266095.

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

Color convert

RGB 175 108 202 -
CMYK 0.13 0.47 0 0.21
HSL 282.77º 0.47% 0.61% -
HSV(B) 282.77º 0.47% 0.79% -
XYZ 33.7 24.1 58.75 -
YUV 138.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 175 108 202 0.13 0.47 0 0.21 282.77 0.47 0.61
Hex AF 6C CA D 2F 0 15 11B 2F 3D
Octal 257 154 312 15 57 0 25 433 57 75
Binary 10101111 1101100 11001010 1101 101111 0 10101 100011011 101111 111101

Color Harmonies of #AF6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CCA

Black with #AF6CCA

Text Example


Text Example

White with #AF6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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