Html Css Color HEX #AF1DB7 Dark Orchid

📋 copy color: '#AF1DB7'

red 175 ◦ green 29 ◦ blue 183

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

Shades of Dark Orchid #AF1DB7

Tints of Dark Orchid #AF1DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.29%

R = 45.22%
G = 7.49%
B = 47.29%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF1DB7 (or 0xAF1DB7) is known color: Dark Orchid. HEX triplet: AF, 1D and B7. RGB value is (175,29,183). Sum of RGB (Red+Green+Blue) = 175+29+183=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF1DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DB7 is #50E248. Grayscale: #595959. Windows color (decimal): -5300809 or 12000687. OLE color: 12000687.

HSL color Cylindrical-coordinate representation of color #AF1DB7: hue angle of 296.88º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1DB7 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 29 183 -
CMYK 0.04 0.84 0 0.28
HSL 296.88º 0.73% 0.42% -
HSV(B) 296.88º 0.84% 0.72% -
XYZ 26.67 13.41 45.98 -
YUV 90.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 175 29 183 0.04 0.84 0 0.28 296.88 0.73 0.42
Hex AF 1D B7 4 54 0 1C 129 49 2A
Octal 257 35 267 4 124 0 34 451 111 52
Binary 10101111 11101 10110111 100 1010100 0 11100 100101001 1001001 101010

Color Harmonies of #AF1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DB7

Black with #AF1DB7

Text Example


Text Example

White with #AF1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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