Html Css Color HEX #AF2FDD Dark Orchid

📋 copy color: '#AF2FDD'

red 175 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #AF2FDD

Tints of Dark Orchid #AF2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.61%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 39.5%
G = 10.61%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2FDD (or 0xAF2FDD) is known color: Dark Orchid. HEX triplet: AF, 2F and DD. RGB value is (175,47,221). Sum of RGB (Red+Green+Blue) = 175+47+221=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FDD is #50D022. Grayscale: #686868. Windows color (decimal): -5296163 or 14495663. OLE color: 14495663.

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

Color convert

RGB 175 47 221 -
CMYK 0.21 0.79 0 0.13
HSL 284.14º 0.72% 0.53% -
HSV(B) 284.14º 0.79% 0.87% -
XYZ 31.75 16.37 69.89 -
YUV 105.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 175 47 221 0.21 0.79 0 0.13 284.14 0.72 0.53
Hex AF 2F DD 15 4F 0 D 11C 48 35
Octal 257 57 335 25 117 0 15 434 110 65
Binary 10101111 101111 11011101 10101 1001111 0 1101 100011100 1001000 110101

Color Harmonies of #AF2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FDD

Black with #AF2FDD

Text Example


Text Example

White with #AF2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FDD; }

 p { color: rgb(175,47,221); }

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

background-color css

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

 a { background-color: rgb(175,47,221); }

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

border-color css

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

 span { border-color: rgb(175,47,221); }

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