Html Css Color HEX #AF61DA Medium Orchid

📋 copy color: '#AF61DA'

red 175 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #AF61DA

Tints of Medium Orchid #AF61DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 35.71%
G = 19.8%
B = 44.49%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF61DA (or 0xAF61DA) is known color: Medium Orchid. HEX triplet: AF, 61 and DA. RGB value is (175,97,218). Sum of RGB (Red+Green+Blue) = 175+97+218=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DA is #509E25. Grayscale: #858585. Windows color (decimal): -5283366 or 14311855. OLE color: 14311855.

HSL color Cylindrical-coordinate representation of color #AF61DA: hue angle of 278.68º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF61DA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 97 218 -
CMYK 0.20 0.56 0 0.15
HSL 278.68º 0.62% 0.62% -
HSV(B) 278.68º 0.56% 0.85% -
XYZ 34.61 22.73 68.89 -
YUV 134.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 175 97 218 0.20 0.56 0 0.15 278.68 0.62 0.62
Hex AF 61 DA 14 38 0 F 117 3E 3E
Octal 257 141 332 24 70 0 17 427 76 76
Binary 10101111 1100001 11011010 10100 111000 0 1111 100010111 111110 111110

Color Harmonies of #AF61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61DA

Black with #AF61DA

Text Example


Text Example

White with #AF61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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