Html Css Color HEX #AF1FDE Dark Orchid

📋 copy color: '#AF1FDE'

red 175 ◦ green 31 ◦ blue 222

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

Shades of Dark Orchid #AF1FDE

Tints of Dark Orchid #AF1FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.24%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 40.89%
G = 7.24%
B = 51.87%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1FDE (or 0xAF1FDE) is known color: Dark Orchid. HEX triplet: AF, 1F and DE. RGB value is (175,31,222). Sum of RGB (Red+Green+Blue) = 175+31+222=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF1FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FDE is #50E021. Grayscale: #5F5F5F. Windows color (decimal): -5300258 or 14557103. OLE color: 14557103.

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

Color convert

RGB 175 31 222 -
CMYK 0.21 0.86 0 0.13
HSL 285.24º 0.75% 0.5% -
HSV(B) 285.24º 0.86% 0.87% -
XYZ 31.35 15.37 70.42 -
YUV 95.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 175 31 222 0.21 0.86 0 0.13 285.24 0.75 0.5
Hex AF 1F DE 15 56 0 D 11D 4B 32
Octal 257 37 336 25 126 0 15 435 113 62
Binary 10101111 11111 11011110 10101 1010110 0 1101 100011101 1001011 110010

Color Harmonies of #AF1FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FDE

Black with #AF1FDE

Text Example


Text Example

White with #AF1FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FDE; }

 p { color: rgb(175,31,222); }

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

background-color css

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

 a { background-color: rgb(175,31,222); }

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

border-color css

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

 span { border-color: rgb(175,31,222); }

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