Html Css Color HEX #AF2DC1 Dark Orchid

📋 copy color: '#AF2DC1'

red 175 ◦ green 45 ◦ blue 193

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

Shades of Dark Orchid #AF2DC1

Tints of Dark Orchid #AF2DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.9%

 BLUE value IS 193 (75.78% from 255) = 46.73%

R = 42.37%
G = 10.9%
B = 46.73%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF2DC1 (or 0xAF2DC1) is known color: Dark Orchid. HEX triplet: AF, 2D and C1. RGB value is (175,45,193). Sum of RGB (Red+Green+Blue) = 175+45+193=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF2DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DC1 is #50D23E. Grayscale: #646464. Windows color (decimal): -5296703 or 12660143. OLE color: 12660143.

HSL color Cylindrical-coordinate representation of color #AF2DC1: hue angle of 292.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2DC1 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 45 193 -
CMYK 0.09 0.77 0 0.24
HSL 292.7º 0.62% 0.47% -
HSV(B) 292.7º 0.77% 0.76% -
XYZ 28.24 14.84 51.83 -
YUV 100.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 175 45 193 0.09 0.77 0 0.24 292.7 0.62 0.47
Hex AF 2D C1 9 4D 0 18 125 3E 2F
Octal 257 55 301 11 115 0 30 445 76 57
Binary 10101111 101101 11000001 1001 1001101 0 11000 100100101 111110 101111

Color Harmonies of #AF2DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DC1

Black with #AF2DC1

Text Example


Text Example

White with #AF2DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DC1; }

 p { color: rgb(175,45,193); }

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

background-color css

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

 a { background-color: rgb(175,45,193); }

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

border-color css

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

 span { border-color: rgb(175,45,193); }

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