Html Css Color HEX #AF3BDF Dark Orchid

📋 copy color: '#AF3BDF'

red 175 ◦ green 59 ◦ blue 223

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

Shades of Dark Orchid #AF3BDF

Tints of Dark Orchid #AF3BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

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

R = 38.29%
G = 12.91%
B = 48.8%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF3BDF (or 0xAF3BDF) is known color: Dark Orchid. HEX triplet: AF, 3B and DF. RGB value is (175,59,223). Sum of RGB (Red+Green+Blue) = 175+59+223=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDF is #50C420. Grayscale: #6F6F6F. Windows color (decimal): -5293089 or 14629807. OLE color: 14629807.

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

Color convert

RGB 175 59 223 -
CMYK 0.22 0.74 0 0.13
HSL 282.44º 0.72% 0.55% -
HSV(B) 282.44º 0.74% 0.87% -
XYZ 32.56 17.57 71.49 -
YUV 112.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 175 59 223 0.22 0.74 0 0.13 282.44 0.72 0.55
Hex AF 3B DF 16 4A 0 D 11A 48 37
Octal 257 73 337 26 112 0 15 432 110 67
Binary 10101111 111011 11011111 10110 1001010 0 1101 100011010 1001000 110111

Color Harmonies of #AF3BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BDF

Black with #AF3BDF

Text Example


Text Example

White with #AF3BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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