Html Css Color HEX #AF1DD7 Dark Orchid

📋 copy color: '#AF1DD7'

red 175 ◦ green 29 ◦ blue 215

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

Shades of Dark Orchid #AF1DD7

Tints of Dark Orchid #AF1DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.31%

R = 41.77%
G = 6.92%
B = 51.31%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF1DD7 (or 0xAF1DD7) is known color: Dark Orchid. HEX triplet: AF, 1D and D7. RGB value is (175,29,215). Sum of RGB (Red+Green+Blue) = 175+29+215=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF1DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DD7 is #50E228. Grayscale: #5D5D5D. Windows color (decimal): -5300777 or 14097839. OLE color: 14097839.

HSL color Cylindrical-coordinate representation of color #AF1DD7: hue angle of 287.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DD7 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 29 215 -
CMYK 0.19 0.87 0 0.16
HSL 287.1º 0.76% 0.48% -
HSV(B) 287.1º 0.87% 0.84% -
XYZ 30.38 14.9 65.56 -
YUV 93.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 175 29 215 0.19 0.87 0 0.16 287.1 0.76 0.48
Hex AF 1D D7 13 57 0 10 11F 4C 30
Octal 257 35 327 23 127 0 20 437 114 60
Binary 10101111 11101 11010111 10011 1010111 0 10000 100011111 1001100 110000

Color Harmonies of #AF1DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DD7

Black with #AF1DD7

Text Example


Text Example

White with #AF1DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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