Html Css Color HEX #AF2DB3 Dark Orchid

📋 copy color: '#AF2DB3'

red 175 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #AF2DB3

Tints of Dark Orchid #AF2DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 43.86%
G = 11.28%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF2DB3 (or 0xAF2DB3) is known color: Dark Orchid. HEX triplet: AF, 2D and B3. RGB value is (175,45,179). Sum of RGB (Red+Green+Blue) = 175+45+179=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF2DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DB3 is #50D24C. Grayscale: #626262. Windows color (decimal): -5296717 or 11742639. OLE color: 11742639.

HSL color Cylindrical-coordinate representation of color #AF2DB3: hue angle of 298.21º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2DB3 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 45 179 -
CMYK 0.02 0.75 0 0.30
HSL 298.21º 0.6% 0.44% -
HSV(B) 298.21º 0.75% 0.7% -
XYZ 26.75 14.25 43.99 -
YUV 99.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 175 45 179 0.02 0.75 0 0.30 298.21 0.6 0.44
Hex AF 2D B3 2 4B 0 1E 12A 3C 2C
Octal 257 55 263 2 113 0 36 452 74 54
Binary 10101111 101101 10110011 10 1001011 0 11110 100101010 111100 101100

Color Harmonies of #AF2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DB3

Black with #AF2DB3

Text Example


Text Example

White with #AF2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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