Html Css Color HEX #AF6BCA Medium Orchid

📋 copy color: '#AF6BCA'

red 175 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #AF6BCA

Tints of Medium Orchid #AF6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

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

R = 36.16%
G = 22.11%
B = 41.74%

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

#AF6BCA (or 0xAF6BCA) is known color: Medium Orchid. HEX triplet: AF, 6B and CA. RGB value is (175,107,202). Sum of RGB (Red+Green+Blue) = 175+107+202=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BCA is #509435. Grayscale: #898989. Windows color (decimal): -5280822 or 13265839. OLE color: 13265839.

HSL color Cylindrical-coordinate representation of color #AF6BCA: hue angle of 282.95º 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 #AF6BCA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 107 202 -
CMYK 0.13 0.47 0 0.21
HSL 282.95º 0.47% 0.61% -
HSV(B) 282.95º 0.47% 0.79% -
XYZ 33.6 23.89 58.72 -
YUV 138.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 175 107 202 0.13 0.47 0 0.21 282.95 0.47 0.61
Hex AF 6B CA D 2F 0 15 11B 2F 3D
Octal 257 153 312 15 57 0 25 433 57 75
Binary 10101111 1101011 11001010 1101 101111 0 10101 100011011 101111 111101

Color Harmonies of #AF6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BCA

Black with #AF6BCA

Text Example


Text Example

White with #AF6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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