Html Css Color HEX #AF30DF Dark Orchid

📋 copy color: '#AF30DF'

red 175 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #AF30DF

Tints of Dark Orchid #AF30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.76%

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

R = 39.24%
G = 10.76%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF30DF (or 0xAF30DF) is known color: Dark Orchid. HEX triplet: AF, 30 and DF. RGB value is (175,48,223). Sum of RGB (Red+Green+Blue) = 175+48+223=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30DF is #50CF20. Grayscale: #696969. Windows color (decimal): -5295905 or 14626991. OLE color: 14626991.

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

Color convert

RGB 175 48 223 -
CMYK 0.22 0.78 0 0.13
HSL 283.54º 0.73% 0.53% -
HSV(B) 283.54º 0.78% 0.87% -
XYZ 32.06 16.56 71.32 -
YUV 105.92 194.08 177.27 -
System Red Green Blue C M Y K H S L
Decimal 175 48 223 0.22 0.78 0 0.13 283.54 0.73 0.53
Hex AF 30 DF 16 4E 0 D 11C 49 35
Octal 257 60 337 26 116 0 15 434 111 65
Binary 10101111 110000 11011111 10110 1001110 0 1101 100011100 1001001 110101

Color Harmonies of #AF30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30DF

Black with #AF30DF

Text Example


Text Example

White with #AF30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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