Html Css Color HEX #AF38DF Dark Orchid

📋 copy color: '#AF38DF'

red 175 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #AF38DF

Tints of Dark Orchid #AF38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 38.55%
G = 12.33%
B = 49.12%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF38DF (or 0xAF38DF) is known color: Dark Orchid. HEX triplet: AF, 38 and DF. RGB value is (175,56,223). Sum of RGB (Red+Green+Blue) = 175+56+223=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF38DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38DF is #50C720. Grayscale: #6E6E6E. Windows color (decimal): -5293857 or 14629039. OLE color: 14629039.

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

Color convert

RGB 175 56 223 -
CMYK 0.22 0.75 0 0.13
HSL 282.75º 0.72% 0.55% -
HSV(B) 282.75º 0.75% 0.87% -
XYZ 32.41 17.27 71.44 -
YUV 110.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 175 56 223 0.22 0.75 0 0.13 282.75 0.72 0.55
Hex AF 38 DF 16 4B 0 D 11B 48 37
Octal 257 70 337 26 113 0 15 433 110 67
Binary 10101111 111000 11011111 10110 1001011 0 1101 100011011 1001000 110111

Color Harmonies of #AF38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38DF

Black with #AF38DF

Text Example


Text Example

White with #AF38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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