Html Css Color HEX #AF3BCE Dark Orchid

📋 copy color: '#AF3BCE'

red 175 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #AF3BCE

Tints of Dark Orchid #AF3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 39.77%
G = 13.41%
B = 46.82%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF3BCE (or 0xAF3BCE) is known color: Dark Orchid. HEX triplet: AF, 3B and CE. RGB value is (175,59,206). Sum of RGB (Red+Green+Blue) = 175+59+206=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BCE is #50C431. Grayscale: #6D6D6D. Windows color (decimal): -5293106 or 13515695. OLE color: 13515695.

HSL color Cylindrical-coordinate representation of color #AF3BCE: hue angle of 287.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3BCE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 59 206 -
CMYK 0.15 0.71 0 0.19
HSL 287.35º 0.6% 0.52% -
HSV(B) 287.35º 0.71% 0.81% -
XYZ 30.38 16.7 60.01 -
YUV 110.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 175 59 206 0.15 0.71 0 0.19 287.35 0.6 0.52
Hex AF 3B CE F 47 0 13 11F 3C 34
Octal 257 73 316 17 107 0 23 437 74 64
Binary 10101111 111011 11001110 1111 1000111 0 10011 100011111 111100 110100

Color Harmonies of #AF3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BCE

Black with #AF3BCE

Text Example


Text Example

White with #AF3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BCE; }

 p { color: rgb(175,59,206); }

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

background-color css

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

 a { background-color: rgb(175,59,206); }

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

border-color css

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

 span { border-color: rgb(175,59,206); }

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