Html Css Color HEX #AF2EC3 Dark Orchid

📋 copy color: '#AF2EC3'

red 175 ◦ green 46 ◦ blue 195

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

Shades of Dark Orchid #AF2EC3

Tints of Dark Orchid #AF2EC3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.06%

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 42.07%
G = 11.06%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF2EC3 (or 0xAF2EC3) is known color: Dark Orchid. HEX triplet: AF, 2E and C3. RGB value is (175,46,195). Sum of RGB (Red+Green+Blue) = 175+46+195=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF2EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EC3 is #50D13C. Grayscale: #656565. Windows color (decimal): -5296445 or 12791471. OLE color: 12791471.

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

Color convert

RGB 175 46 195 -
CMYK 0.10 0.76 0 0.24
HSL 291.95º 0.62% 0.47% -
HSV(B) 291.95º 0.76% 0.76% -
XYZ 28.51 15.01 53.02 -
YUV 101.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 175 46 195 0.10 0.76 0 0.24 291.95 0.62 0.47
Hex AF 2E C3 A 4C 0 18 124 3E 2F
Octal 257 56 303 12 114 0 30 444 76 57
Binary 10101111 101110 11000011 1010 1001100 0 11000 100100100 111110 101111

Color Harmonies of #AF2EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EC3

Black with #AF2EC3

Text Example


Text Example

White with #AF2EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EC3; }

 p { color: rgb(175,46,195); }

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

background-color css

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

 a { background-color: rgb(175,46,195); }

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

border-color css

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

 span { border-color: rgb(175,46,195); }

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