Html Css Color HEX #AF1DDF Dark Orchid

📋 copy color: '#AF1DDF'

red 175 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #AF1DDF

Tints of Dark Orchid #AF1DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.79%

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 40.98%
G = 6.79%
B = 52.22%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1DDF (or 0xAF1DDF) is known color: Dark Orchid. HEX triplet: AF, 1D and DF. RGB value is (175,29,223). Sum of RGB (Red+Green+Blue) = 175+29+223=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF1DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DDF is #50E220. Grayscale: #5E5E5E. Windows color (decimal): -5300769 or 14622127. OLE color: 14622127.

HSL color Cylindrical-coordinate representation of color #AF1DDF: hue angle of 285.15º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DDF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 29 223 -
CMYK 0.22 0.87 0 0.13
HSL 285.15º 0.77% 0.49% -
HSV(B) 285.15º 0.87% 0.87% -
XYZ 31.44 15.32 71.11 -
YUV 94.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 175 29 223 0.22 0.87 0 0.13 285.15 0.77 0.49
Hex AF 1D DF 16 57 0 D 11D 4D 31
Octal 257 35 337 26 127 0 15 435 115 61
Binary 10101111 11101 11011111 10110 1010111 0 1101 100011101 1001101 110001

Color Harmonies of #AF1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DDF

Black with #AF1DDF

Text Example


Text Example

White with #AF1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DDF; }

 p { color: rgb(175,29,223); }

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

background-color css

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

 a { background-color: rgb(175,29,223); }

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

border-color css

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

 span { border-color: rgb(175,29,223); }

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