Html Css Color HEX #AF1DCA Dark Orchid

📋 copy color: '#AF1DCA'

red 175 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #AF1DCA

Tints of Dark Orchid #AF1DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 43.1%
G = 7.14%
B = 49.75%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF1DCA (or 0xAF1DCA) is known color: Dark Orchid. HEX triplet: AF, 1D and CA. RGB value is (175,29,202). Sum of RGB (Red+Green+Blue) = 175+29+202=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCA is #50E235. Grayscale: #5B5B5B. Windows color (decimal): -5300790 or 13245871. OLE color: 13245871.

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

Color convert

RGB 175 29 202 -
CMYK 0.13 0.86 0 0.21
HSL 290.64º 0.75% 0.45% -
HSV(B) 290.64º 0.86% 0.79% -
XYZ 28.78 14.26 57.11 -
YUV 92.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 175 29 202 0.13 0.86 0 0.21 290.64 0.75 0.45
Hex AF 1D CA D 56 0 15 123 4B 2D
Octal 257 35 312 15 126 0 25 443 113 55
Binary 10101111 11101 11001010 1101 1010110 0 10101 100100011 1001011 101101

Color Harmonies of #AF1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DCA

Black with #AF1DCA

Text Example


Text Example

White with #AF1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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