Html Css Color HEX #AF61D2 Medium Orchid

📋 copy color: '#AF61D2'

red 175 ◦ green 97 ◦ blue 210

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

Shades of Medium Orchid #AF61D2

Tints of Medium Orchid #AF61D2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 36.31%
G = 20.12%
B = 43.57%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF61D2 (or 0xAF61D2) is known color: Medium Orchid. HEX triplet: AF, 61 and D2. RGB value is (175,97,210). Sum of RGB (Red+Green+Blue) = 175+97+210=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF61D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61D2 is #509E2D. Grayscale: #848484. Windows color (decimal): -5283374 or 13787567. OLE color: 13787567.

HSL color Cylindrical-coordinate representation of color #AF61D2: hue angle of 281.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF61D2 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 97 210 -
CMYK 0.17 0.54 0 0.18
HSL 281.42º 0.56% 0.6% -
HSV(B) 281.42º 0.54% 0.82% -
XYZ 33.59 22.32 63.51 -
YUV 133.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 175 97 210 0.17 0.54 0 0.18 281.42 0.56 0.6
Hex AF 61 D2 11 36 0 12 119 38 3C
Octal 257 141 322 21 66 0 22 431 70 74
Binary 10101111 1100001 11010010 10001 110110 0 10010 100011001 111000 111100

Color Harmonies of #AF61D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61D2

Black with #AF61D2

Text Example


Text Example

White with #AF61D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61D2; }

 p { color: rgb(175,97,210); }

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

background-color css

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

 a { background-color: rgb(175,97,210); }

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

border-color css

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

 span { border-color: rgb(175,97,210); }

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