Html Css Color HEX #AF1ED7 Dark Orchid

📋 copy color: '#AF1ED7'

red 175 ◦ green 30 ◦ blue 215

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

Shades of Dark Orchid #AF1ED7

Tints of Dark Orchid #AF1ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.14%

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

R = 41.67%
G = 7.14%
B = 51.19%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF1ED7 (or 0xAF1ED7) is known color: Dark Orchid. HEX triplet: AF, 1E and D7. RGB value is (175,30,215). Sum of RGB (Red+Green+Blue) = 175+30+215=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF1ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ED7 is #50E128. Grayscale: #5D5D5D. Windows color (decimal): -5300521 or 14098095. OLE color: 14098095.

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

Color convert

RGB 175 30 215 -
CMYK 0.19 0.86 0 0.16
HSL 287.03º 0.76% 0.48% -
HSV(B) 287.03º 0.86% 0.84% -
XYZ 30.41 14.95 65.57 -
YUV 94.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 175 30 215 0.19 0.86 0 0.16 287.03 0.76 0.48
Hex AF 1E D7 13 56 0 10 11F 4C 30
Octal 257 36 327 23 126 0 20 437 114 60
Binary 10101111 11110 11010111 10011 1010110 0 10000 100011111 1001100 110000

Color Harmonies of #AF1ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1ED7

Black with #AF1ED7

Text Example


Text Example

White with #AF1ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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