Html Css Color HEX #AF2DC3 Dark Orchid

📋 copy color: '#AF2DC3'

red 175 ◦ green 45 ◦ blue 195

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

Shades of Dark Orchid #AF2DC3

Tints of Dark Orchid #AF2DC3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.84%

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 42.17%
G = 10.84%
B = 46.99%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF2DC3 (or 0xAF2DC3) is known color: Dark Orchid. HEX triplet: AF, 2D and C3. RGB value is (175,45,195). Sum of RGB (Red+Green+Blue) = 175+45+195=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF2DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DC3 is #50D23C. Grayscale: #646464. Windows color (decimal): -5296701 or 12791215. OLE color: 12791215.

HSL color Cylindrical-coordinate representation of color #AF2DC3: hue angle of 292º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2DC3 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 45 195 -
CMYK 0.10 0.77 0 0.24
HSL 292º 0.63% 0.47% -
HSV(B) 292º 0.77% 0.76% -
XYZ 28.47 14.93 53.01 -
YUV 100.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 175 45 195 0.10 0.77 0 0.24 292 0.63 0.47
Hex AF 2D C3 A 4D 0 18 124 3E 2F
Octal 257 55 303 12 115 0 30 444 76 57
Binary 10101111 101101 11000011 1010 1001101 0 11000 100100100 111110 101111

Color Harmonies of #AF2DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DC3

Black with #AF2DC3

Text Example


Text Example

White with #AF2DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DC3; }

 p { color: rgb(175,45,195); }

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

background-color css

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

 a { background-color: rgb(175,45,195); }

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

border-color css

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

 span { border-color: rgb(175,45,195); }

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