Html Css Color HEX #AF2FDF Dark Orchid

📋 copy color: '#AF2FDF'

red 175 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #AF2FDF

Tints of Dark Orchid #AF2FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

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

R = 39.33%
G = 10.56%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2FDF (or 0xAF2FDF) is known color: Dark Orchid. HEX triplet: AF, 2F and DF. RGB value is (175,47,223). Sum of RGB (Red+Green+Blue) = 175+47+223=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF2FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FDF is #50D020. Grayscale: #686868. Windows color (decimal): -5296161 or 14626735. OLE color: 14626735.

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

Color convert

RGB 175 47 223 -
CMYK 0.22 0.79 0 0.13
HSL 283.64º 0.73% 0.53% -
HSV(B) 283.64º 0.79% 0.87% -
XYZ 32.02 16.47 71.3 -
YUV 105.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 175 47 223 0.22 0.79 0 0.13 283.64 0.73 0.53
Hex AF 2F DF 16 4F 0 D 11C 49 35
Octal 257 57 337 26 117 0 15 434 111 65
Binary 10101111 101111 11011111 10110 1001111 0 1101 100011100 1001001 110101

Color Harmonies of #AF2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FDF

Black with #AF2FDF

Text Example


Text Example

White with #AF2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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